./devel/snappy, General purpose data compression library

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


Branch: CURRENT, Version: 1.2.1, Package name: snappy-1.2.1, 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: 1082.774 KB

Version history: (Expand)


CVS history: (Expand)


   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-05-22 09:00:36 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
snappy: updated to 1.2.1

Snappy 1.2.1

We restored old functions/symbols after reports of ABI incompatibility
   2024-04-05 15:40:03 by Adam Ciarcinski | Files touched by this commit (4) | Package updated
Log message:
snappy: updated to 1.2.0

Snappy 1.2.0

Level API was added with level 2 support. Compresses 5-10% denser and \ 
decompresses 5-10% faster. The compression speed drop is about 20-30%
Minor fixes
   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