An open API service indexing awesome lists of open source software.

https://github.com/peteroupc/rubysnappy

Pure-Ruby implementation of the Snappy compression algorithm, based on snappy-js
https://github.com/peteroupc/rubysnappy

Last synced: 13 days ago
JSON representation

Pure-Ruby implementation of the Snappy compression algorithm, based on snappy-js

Awesome Lists containing this project

README

          

# rubysnappy
Pure-Ruby implementation of the Snappy compression algorithm, based on snappy-js.

Adapted by Peter O. (github.com/peteroupc) from [snappy-js](https://github.com/zhipeng-jia/snappyjs), which is licensed under the "MIT License".