NOTICE: This package has been removed from pkgsrc

./wip/libsnappy, Compression/decompression library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.0.1, Package name: snappy-1.0.1, Maintainer: bch

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.
On a single core of a Core i7 processor in 64-bit mode, Snappy
compresses at about 250 MB/sec or more and decompresses at about
500 MB/sec or more.

Snappy is widely used inside Google, in everything from BigTable
and MapReduce to our internal RPC systems. (Snappy has previously
been referred to as "Zippy" in some presentations and the likes.)

For more information, please see the README. Benchmarks against a
few other compression libraries (zlib, LZO, LZF, FastLZ, and QuickLZ)
are included in the source code distribution.


Master sites:

SHA1: 25fbae93cd4b7794e4a3705f0c5cb7ef3b9e32de
RMD160: b5028ee1932456575ff025f644ebd8ee3518696a
Filesize: 1673.793 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-13 23:25:27 by othyro | Files touched by this commit (62)
Log message:
Modified (ideally fixed) COMMENT. Some of these got minor formatting
changes, category fixes, and MAINTAINER fixes.
   2012-11-13 20:33:44 by othyro | Files touched by this commit (26)
Log message:
Packages that install libtool libraries should define USE_LIBTOOL.
   2012-10-03 11:10:35 by Aleksej Saushev | Files touched by this commit (193)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-03-29 08:22:28 by brad harder | Files touched by this commit (2)
Log message:
improve lzf_compress() patch for NetBSD

   2011-03-29 08:05:45 by brad harder | Files touched by this commit (2)
Log message:
1.0.0 -> 1.0.1, license change from apache -> BSD

   2011-03-23 22:10:43 by brad harder | Files touched by this commit (3) | Package updated
Log message:
update license info, cleanup patch, Makefile

   2011-03-23 05:31:29 by brad harder | Files touched by this commit (5)
Log message:
"snappy" compression/decompression library from google