https://github.com/1337programming/compression-node
Node compression library
https://github.com/1337programming/compression-node
Last synced: 29 days ago
JSON representation
Node compression library
- Host: GitHub
- URL: https://github.com/1337programming/compression-node
- Owner: 1337programming
- Created: 2016-09-17T16:13:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-21T18:01:08.000Z (almost 10 years ago)
- Last Synced: 2025-11-20T07:20:36.275Z (8 months ago)
- Language: C++
- Size: 438 KB
- Stars: 1
- Watchers: 6
- 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