We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daa1b1 commit 1eed31fCopy full SHA for 1eed31f
README.md
@@ -1,4 +1,5 @@
1
# FastIntegerCompression
2
+[](https://travis-ci.org/lemire/FastIntegerCompression.js)
3
4
This is an integer compression library in JavaScript, useful for work on indexes.
5
Given an array of integers, it produces an ArrayBuffer that uses far fewer bytes
@@ -16,3 +17,5 @@ You can install the library under node with the command line
16
17
```bash
18
npm install fastintcompression
19
```
20
+
21
+This code is made available under the Apache License 2.0.
0 commit comments