see https://github.com/google/snappy
$ brew install snappy
$ brew install autoconf automake libtool$ apt-get install libsnappy-dev -y
$ apt-get install libtool automake autoconf -y$ apk install snappy
$ apk install build-base libexecinfo automake autoconf libtoolAdd this line to your application's Gemfile:
gem 'snappy'
And then execute:
$ bundle
Or install it yourself as:
$ gem install snappy
require 'snappy'
Snappy.deflate(source)
# => Compressed data
Snappy.inflate(source)
# => Decompressed data- Fork it
 - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request