Skip to content

miyucy/snappy

Repository files navigation

Snappy

see https://github.com/google/snappy

Preparation

macOS

$ brew install snappy
$ brew install autoconf automake cmake libtool

Ubuntu

$ apt-get install libsnappy-dev -y
$ apt-get install libtool automake autoconf -y

Alpine

$ apk install snappy
$ apk install build-base libexecinfo automake autoconf libtool

Windows

Ruby Installer 3.0 and earlier:

(in MSYS2 shell)
$ pacman -S mingw-w64-x86_64-snappy

Ruby Installer 3.1 and later:

(in MSYS2 shell)
pacman -S mingw-w64-ucrt-x86_64-snappy

Installation

Add this line to your application's Gemfile:

gem 'snappy'

And then execute:

$ bundle

Or install it yourself as:

$ gem install snappy

Usage

Snappy-java format

require 'snappy'

Snappy.deflate(source)
# => Compressed data

Snappy.inflate(source)
# => Decompressed data

Hadoop-snappy format

Snappy::Hadoop.deflate(source)
# => Compressed data

Snappy::Hadoop.inflate(source)
# => Decompressed data

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

libsnappy binding for Ruby

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 8

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy