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.
2 parents 32cb776 + 5846d86 commit 26cb5f8Copy full SHA for 26cb5f8
src/main/java/me/lemire/integercompression/FastPFOR.java
@@ -14,7 +14,7 @@
14
* This is a patching scheme designed for speed.
15
* It encodes integers in blocks of integers within pages of
16
* up to 65536 integers. Note that it is important, to get good
17
- * compression and good performance, to use sizeable blocks (greater than 1024 integers).
+ * compression and good performance, to use sizeable arrays (greater than 1024 integers).
18
* For arrays containing a number of integers that is not divisible by BLOCK_SIZE, you should use
19
* it in conjunction with another CODEC:
20
*
0 commit comments