Skip to content

Commit beb7460

Browse files
authored
Update README.md
1 parent 75093a3 commit beb7460

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ the following code in your pom.xml file:
120120
<dependency>
121121
<groupId>com.github.fast-pack</groupId>
122122
<artifactId>JavaFastPFor</artifactId>
123-
<version>JavaFastPFOR-0.3.1</version>
123+
<version>JavaFastPFOR-0.3.2</version>
124124
</dependency>
125125
```
126126

@@ -159,20 +159,14 @@ repositories {
159159
}
160160
161161
dependencies {
162-
implementation 'com.github.fast-pack:JavaFastPFor:JavaFastPFOR-0.3.1'
162+
implementation 'com.github.fast-pack:JavaFastPFor:JavaFastPFOR-0.3.2'
163163
}
164164
```
165165

166166

167167
Naturally, you should replace "version" by the version
168168
you desire.
169169

170-
Why?
171-
----
172-
173-
We found no library that implemented state-of-the-art integer coding techniques
174-
such as Binary Packing, NewPFD, OptPFD, Variable Byte, Simple 9 and so on in Java.
175-
We wrote one.
176170

177171
Thread safety
178172
----

0 commit comments

Comments
 (0)