./devel/snappy, General purpose data compression library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.10nb1, Package name: snappy-1.1.10nb1, Maintainer: agc

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 the internal RPC systems. (Snappy has previously been
referred to as "Zippy" in some presentations and the likes.)


Required to run:
[archivers/lzo]

Required to build:
[devel/googletest] [pkgtools/cwrappers]

Master sites:

Filesize: 1079.406 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-22 08:53:25 by Thomas Klausner | Files touched by this commit (1)
Log message:
snappy: bump PKGREVISION for previous
   2024-03-22 08:53:09 by Thomas Klausner | Files touched by this commit (2)
Log message:
snappy: armv7 build fix from Paul Ripke on pkgsrc-users
   2023-10-11 18:09:07 by Masatake Daimon | Files touched by this commit (2)
Log message:
devel/snappy: Fix build on Darwin
   2023-03-15 14:29:58 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
snappy: updated to 1.1.10

Snappy 1.1.10
Performance improvements
Compilation fixes for various environments
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk
   2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016)
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Could not be committed due to merge conflict:
devel/py-traitlets/distinfo

The following distfiles were unfetchable (note: some may be only fetched
conditionally):

./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
   2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017)
Log message:
devel: Remove SHA1 hashes for distfiles
   2021-06-28 20:46:09 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
snappy: update to 1.1.9.

    Performance improvements.
    Google Test and Google Benchmark are now bundled in third_party/.