Registry / utility / javaewah

javaewah

JSON →
library1.2.3javamavenunverified

JavaEWAH is a word-aligned compressed bitmap implementation in Java, offering efficient run-length encoding for large bit sets.

<dependency> <groupId>com.googlecode.javaewah</groupId> <artifactId>JavaEWAH</artifactId> <version>1.2.3</version> </dependency>
INSTALL
IMPORT
SIG · JAVAEWAH
J
javaewah
utilityjavav1.2.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EWAHCompressedBitmap
com.googlecode.javaewah.EWAHCompressedBitmap

Minimal example creating a compressed bitmap and setting bits.

import com.googlecode.javaewah.EWAHCompressedBitmap; public class Example { public static void main(String[] args) { EWAHCompressedBitmap bitmap = new EWAHCompressedBitmap(); bitmap.set(1); bitmap.set(1000); System.out.println("Cardinality: " + bitmap.cardinality()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
javaewah — mvn dependency:get javaewah · libregistry