You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
559 B
12 lines
559 B
snappy: snappy (A fast compressor/decompressor)
|
|
snappy:
|
|
snappy: Snappy is a compression/decompression library. It does not aim for
|
|
snappy: maximum compression, or compatibility with any other compression
|
|
snappy: library; instead, it aims for very high speeds and reasonable
|
|
snappy: compression. For instance, compared to the fastest mode of zlib,
|
|
snappy: Snappy is an order of magnitude faster for most inputs, but the
|
|
snappy: resulting compressed files are anywhere from 20% to 100% bigger.
|
|
snappy:
|
|
snappy:
|
|
snappy: Homepage: https://github.com/google/snappy
|