Skip to content

Commit 82fb8aa

Browse files
committed
Preparing new release
1 parent 3309731 commit 82fb8aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
0.1.0 (September 18th 2014)
26
- Introduced skippable versions (for use in a search engine like Terrier)
37

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ the following code in your pom.xml file:
5757
<dependency>
5858
<groupId>me.lemire.integercompression</groupId>
5959
<artifactId>JavaFastPFOR</artifactId>
60-
<version>0.1.0</version>
60+
<version>0.1.1</version>
6161
</dependency>
6262
</dependencies>
6363

0 commit comments

Comments
 (0)