1 parent 80d95b4 commit 5846d86Copy full SHA for 5846d86
1 file changed
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