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.
Gerardo Zamudio 5ea2b19583
snappy: Mover 73.patch al directorio adecuado
5 years ago
..
73.patch snappy: Mover 73.patch al directorio adecuado 5 years ago
README snappy: Nuevo 5 years ago
slack-desc snappy: Asumir el mantenimiento 5 years ago
snappy.SlackBuild snappy: Asumir el mantenimiento 5 years ago
snappy.info snappy: Asumir el mantenimiento 5 years ago

README

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. (For more information, see "Performance", below.)

Snappy has the following properties:

* Fast: Compression speeds at 250 MB/sec and beyond, with no assembler code.
See "Performance" below.
* Stable: Over the last few years, Snappy has compressed and decompressed
petabytes of data in Google's production environment. The Snappy bitstream
format is stable and will not change between versions.
* Robust: The Snappy decompressor is designed not to crash in the face of
corrupted or malicious input.
* Free and open source software: Snappy is licensed under a BSD-type license.
For more information, see the included COPYING file.

Snappy has previously been called "Zippy" in some Google presentations
and the like.