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
- Host: GitHub
- URL: https://github.com/peteroupc/rubysnappy
- Owner: peteroupc
- Created: 2020-05-04T18:24:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-04T18:33:17.000Z (about 6 years ago)
- Last Synced: 2025-02-05T02:37:43.274Z (over 1 year ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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".