Skip to content

Commit 26cb5f8

Browse files
committed
Merge branch 'master' of github.com:lemire/JavaFastPFOR
2 parents 32cb776 + 5846d86 commit 26cb5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)