Skip to content

Commit 5846d86

Browse files
authored
https://github.com/lemire/JavaFastPFOR/issues/38#issuecomment-268606648
1 parent 80d95b4 commit 5846d86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/me/lemire/integercompression/FastPFOR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* This is a patching scheme designed for speed.
1515
* It encodes integers in blocks of integers within pages of
1616
* 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).
17+
* compression and good performance, to use sizeable arrays (greater than 1024 integers).
1818
* For arrays containing a number of integers that is not divisible by BLOCK_SIZE, you should use
1919
* it in conjunction with another CODEC:
2020
*

0 commit comments

Comments
 (0)