Pakiet: golang-github-buengese-sgzip-dev (0.0~git20220517.9bca1b6-4)
Odnośniki dla golang-github-buengese-sgzip-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego golang-github-buengese-sgzip:
- [golang-github-buengese-sgzip_0.0~git20220517.9bca1b6-4.dsc]
- [golang-github-buengese-sgzip_0.0~git20220517.9bca1b6.orig.tar.xz]
- [golang-github-buengese-sgzip_0.0~git20220517.9bca1b6-4.debian.tar.xz]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
experiments for a seekable gzip for use in rclone based on pgzip (library)
This is an experimental implementation of gzip that allows seeking in the compressed file. In normal gzip files that can only be achieved by decompressing from the start and discarding all data until the selected offset. This gzip implementation works around this by creating a special metadata file that maps uncompressed blocks to compressed blocks allowing it to only read the compressed blocks required.
Due to necessity of being able to start decompression from any block the dictionary is reset after every block. This somewhat negatively effects compression ratio but is a necessary tradeof in our use case. The gzip files created by this library are valid normal gzip files and can be decompressed by any other gzip implementation.
Warning
This library was purpose build for the rclone compression backend. If you are looking for a multithreaded golang gzip implementation you should be using klauspost/pgzip (https://github.com/klauspost/pgzip) which is the base for this library.
Inne pakiety związane z golang-github-buengese-sgzip-dev
|
|
|
|
-
- dep: golang-github-klauspost-compress-dev
- optimized compression packages
Pobieranie golang-github-buengese-sgzip-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 149,7 KiB | 349,0 KiB | [lista plików] |