Last Version

JavaFastPFOR 0.1.12

It is a library to compress and uncompress arrays of integers very fast. The assumption is that most (but not all) values in your array use less than 32 bits.

License

License

GroupId

GroupId

me.lemire.integercompression
ArtifactId

ArtifactId

JavaFastPFOR
Version

Version

0.1.12
Type

Type

jar
Description

Description

JavaFastPFOR
It is a library to compress and uncompress arrays of integers very fast. The assumption is that most (but not all) values in your array use less than 32 bits.
Project URL

Project URL

https://github.com/lemire/JavaFastPFOR/

Download JavaFastPFOR 0.1.12


<!-- https://jarcasting.com/artifacts/me.lemire.integercompression/JavaFastPFOR/ -->
<dependency>
    <groupId>me.lemire.integercompression</groupId>
    <artifactId>JavaFastPFOR</artifactId>
    <version>0.1.12</version>
</dependency>
// https://jarcasting.com/artifacts/me.lemire.integercompression/JavaFastPFOR/
implementation 'me.lemire.integercompression:JavaFastPFOR:0.1.12'
// https://jarcasting.com/artifacts/me.lemire.integercompression/JavaFastPFOR/
implementation ("me.lemire.integercompression:JavaFastPFOR:0.1.12")
'me.lemire.integercompression:JavaFastPFOR:jar:0.1.12'
<dependency org="me.lemire.integercompression" name="JavaFastPFOR" rev="0.1.12">
  <artifact name="JavaFastPFOR" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.lemire.integercompression', module='JavaFastPFOR', version='0.1.12')
)
libraryDependencies += "me.lemire.integercompression" % "JavaFastPFOR" % "0.1.12"
[me.lemire.integercompression/JavaFastPFOR "0.1.12"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.