IABSD.fr/ports/archivers/snappy

Branch :


Log

Author Commit Date CI Message
7b9fdbb2 2017-04-10 11:45:22 use LIBCXX
c3bd38ae 2017-02-19 16:11:52 Update snappy to 1.1.4.
8a4bb588 2016-09-22 12:57:17 Update my mail address
97e012f5 2016-06-14 18:59:52 import snappy-1.1.3 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. From Frederic Cambus, thanks! ok sthen@