fastintcompression
Version:
a fast integer compression library in JavaScript
29 lines (28 loc) • 753 B
JSON
{
"name": "fastintcompression",
"description": "a fast integer compression library in JavaScript",
"keywords": [
"integers",
"compression",
"performance"
],
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git+https://github.com/lemire/FastIntegerCompression.js.git"
},
"main": "FastIntegerCompression.js",
"scripts": {
"test": "mocha unit/basictests.js"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lemire/FastIntegerCompression.js/issues"
},
"homepage": "https://github.com/lemire/FastIntegerCompression.js#readme",
"devDependencies": {
"benchmark": "~1.0.0",
"mocha": "^2.5.3"
},
"author": "Daniel Lemire <lemire@gmail.com> (http://lemire.me/en/)"
}