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 bc4acf8 commit 4566511Copy full SHA for 4566511
README.md
@@ -3,7 +3,7 @@
3
[](https://codebeat.co/projects/github-com-lemire-fastintegercompression-js)
4
5
This is an integer compression library in JavaScript, useful for work on indexes.
6
-Given an array of small integers, it produces an ArrayBuffer that uses far fewer bytes
+Given an array of small non-negative integers, it produces an ArrayBuffer that uses far fewer bytes
7
than the original (using VByte compression). It assumes a modern JavaScript engine with
8
typed arrays.
9
0 commit comments