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 3309731 commit 82fb8aaCopy full SHA for 82fb8aa
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.1.1 (September 19th 2014)
2
+ - We now have two versions of FastPFOR (with blocks of 128 ints and 256 ints) and the format was streamlined.
3
+ - BinaryPacking and IntegratedBinaryPacking now use a block size of 32 (instead of 128).
4
+
5
0.1.0 (September 18th 2014)
6
- Introduced skippable versions (for use in a search engine like Terrier)
7
README.md
@@ -57,7 +57,7 @@ the following code in your pom.xml file:
57
<dependency>
58
<groupId>me.lemire.integercompression</groupId>
59
<artifactId>JavaFastPFOR</artifactId>
60
- <version>0.1.0</version>
+ <version>0.1.1</version>
61
</dependency>
62
</dependencies>
63
0 commit comments