https://github.com/1337programming/compression-node
Node compression library
https://github.com/1337programming/compression-node
Last synced: 4 months ago
JSON representation
Node compression library
- Host: GitHub
- URL: https://github.com/1337programming/compression-node
- Owner: 1337programming
- Created: 2016-09-17T16:13:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T18:01:08.000Z (over 9 years ago)
- Last Synced: 2025-01-08T07:42:49.498Z (about 1 year ago)
- Language: C++
- Size: 438 KB
- Stars: 1
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Compression Node
Example of using C++ and node to accomplish memory intensive tasks.
## Deps
- Google's Snappy compression library
- Node-Gyp for bindings with NAN as V8 helper
## Run
`npm install` installs node modules and compiles c++
`npm test` test compression suite