Merge pull request #2 from refuge/refuge

remove the use of autotools, doesn't work so well when embedding snappy
tree: 955581d9e7300d445f5b770104f94af0a2a3b72f
  1. c_src/
  2. src/
  3. test/
  4. .gitignore
  5. Makefile
  6. README.md
  7. rebar
  8. rebar.config
README.md

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.