A fast compression/decompression library https://google.github.io/snappy/
Go to file
2024-06-29 10:54:12 +02:00
README.md Update the list of build requirements [release 1.1.3-2mamba;Fri Feb 26 2016] 2024-01-05 17:56:39 +01:00
snappy-1.2.1-thirdparty.patch update to 1.2.1 [release 1.2.1-1mamba;Fri Jun 28 2024] 2024-06-29 10:54:12 +02:00
snappy.spec update to 1.2.1 [release 1.2.1-1mamba;Fri Jun 28 2024] 2024-06-29 10:54:12 +02:00

snappy

Snappy is a compression/decompression library. It does not aim for maximum compression, or compatibility with any other compression library; instead, it aims for very high speeds and reasonable compression. For instance, compared to the fastest mode of zlib, Snappy is an order of magnitude faster for most inputs, but the resulting compressed files are anywhere from 20% to 100% bigger.