SparseBitmap

Alternative compressed bitmap implementations in Java such as JavaEWAH can be a bit overengineered. The goal of this project is to come up with a very simple alternative that has good performance.

License

License

GroupId

GroupId

com.googlecode.sparsebitmap
ArtifactId

ArtifactId

SparseBitmap
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

SparseBitmap
Alternative compressed bitmap implementations in Java such as JavaEWAH can be a bit overengineered. The goal of this project is to come up with a very simple alternative that has good performance.
Project URL

Project URL

http://code.google.com/p/sparsebitmap/

Download SparseBitmap

How to add to project

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

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.0.4
0.0.3
0.0.2