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.

License

License

GroupId

GroupId

me.lemire.integercompression
ArtifactId

ArtifactId

JavaFastPFOR
Last Version

Last Version

0.1.12
Release Date

Release Date

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

How to add to project

<!-- 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.

Versions

Version
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.3
0.1.2
0.1.1
0.1.0
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3