mirror of
https://github.com/xenia-project/snappy.git
synced 2026-01-31 01:25:21 +01:00
Create gh-pages branch via GitHub
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
|
||||
<p>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.)</p>
|
||||
|
||||
<p>The latest release at the time of writing is <a href="https://github.com/google/snappy/releases/download/1.1.3/snappy-1.1.3.tar.gz">1.1.3</a>.</p>
|
||||
|
||||
<p>For more information, please see the <a href="https://github.com/google/snappy/blob/master/README">README</a>. Benchmarks against a few other compression libraries (zlib, LZO, LZF, FastLZ, and QuickLZ) are included in the source code distribution. The source code also contains a <a href="https://github.com/google/snappy/blob/master/format_description.txt">formal format specification</a>, as well as a specification for a <a href="https://github.com/google/snappy/blob/master/framing_format.txt">framing format</a> useful for higher-level framing and encapsulation of Snappy data, e.g. for transporting Snappy-compressed data across HTTP in a streaming fashion. Note that the Snappy distribution currently has no code implementing the latter, but some of the ports do (see below).</p>
|
||||
|
||||
<p>Snappy is written in C++, but C bindings are included, and several bindings to other languages are maintained by third parties:</p>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user