Snappy
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Compression }} '''Snappy''' is a compression format and program library to implement it, introduced by Google. It is optimized for ...") |
(Updated links) |
||
Line 8: | Line 8: | ||
== Links == | == Links == | ||
− | * [https:// | + | * [https://google.github.io/snappy/ Google's Snappy page] (with code downloads and links to library interfaces for various programming languages) |
− | * [https:// | + | * [https://github.com/google/snappy/blob/master/format_description.txt Format description] |
− | * [https:// | + | * [https://github.com/google/snappy/blob/master/framing_format.txt Framing/encapsulation format] |
[[Category:Google]] | [[Category:Google]] |
Revision as of 13:46, 18 October 2015
Snappy is a compression format and program library to implement it, introduced by Google. It is optimized for speed rather than compression size or compatibility with any other compression systems.
Apple used a variant of Snappy (not quite compatible with its specs) in the IWA serialization format used as part of the iWork format used in Pages, Numbers, and Keynote.
Links
- Google's Snappy page (with code downloads and links to library interfaces for various programming languages)
- Format description
- Framing/encapsulation format