You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -82,9 +81,9 @@ the following code in your pom.xml file:
82
81
```xml
83
82
<dependencies>
84
83
<dependency>
85
-
<groupId>me.lemire.integercompression</groupId>
86
-
<artifactId>JavaFastPFOR</artifactId>
87
-
<version>[0.1,)</version>
84
+
<groupId>me.lemire.integercompression</groupId>
85
+
<artifactId>JavaFastPFOR</artifactId>
86
+
<version>[0.2,)</version>
88
87
</dependency>
89
88
</dependencies>
90
89
```
@@ -222,6 +221,7 @@ He also posted his slides online: http://www.slideshare.net/ikhtearSharif/ikhtea
222
221
Other recommended libraries
223
222
-----------------------------
224
223
224
+
* Fast integer compression in Go: https://github.com/ronanh/intcomp
225
225
* Encoding: Integer Compression Libraries for Go https://github.com/zhenjl/encoding
226
226
* CSharpFastPFOR: A C# integer compression library https://github.com/Genbox/CSharpFastPFOR
227
227
* TurboPFor is a C library that offers lots of interesting optimizations and Java wrappers. Well worth checking! (Uses a GPL license.) https://github.com/powturbo/TurboPFor
0 commit comments