Create gh-pages branch via GitHub

This commit is contained in:
Steinar H. Gunderson
2015-08-26 12:20:29 +02:00
parent 2ec505963d
commit 22e8a0c618
2 changed files with 3 additions and 1 deletions

View File

@@ -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