Mirror of Apache CouchDB

Clone this repo:
  1. e4ea6ef Merge pull request #20 from apache/remove-required-otp-version by Jay Doane · 1 year, 2 months ago main CouchDB-1.0.9
  2. c509a55 GIt ignore compilation artifacts by Jay Doane · 1 year, 2 months ago
  3. a4be988 Remove required_otp_version by Jay Doane · 1 year, 2 months ago
  4. 705bac9 Update Erlang/OTP versions and os/dist in Travis (#17) by Ronny · 1 year, 9 months ago
  5. 64bc94e Merge pull request #16 from apache/big-r81-add-erlang-25 by Ronny · 1 year, 11 months ago CouchDB-1.0.8

snappy-erlang-nif

This is an Erlang NIF for Google's snappy fast compressor and decompressor.

Google snappy's official repository and bug tracking system is at:

Its source is included in this project.

site

https://github.com/fdmanana/snappy-erlang-nif

performance tests

Snappy is much faster than zlib's deflate compression, specially for reasonably large amounts of data. Here follow a few basic tests.