Registry / utility / sparsebitset

sparsebitset

JSON →
library1.3javamavenunverified

An efficient sparse bitset implementation for Java, optimized for memory usage when storing large but sparse bit indices.

<dependency> <groupId>com.zaxxer</groupId> <artifactId>SparseBitSet</artifactId> <version>1.3</version> </dependency>
INSTALL
IMPORT
SIG · SPARSEBITSET
S
sparsebitset
utilityjavav1.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.

SparseBitSet
com.zaxxer.SparseBitSet

Create a sparse bitset and set/query bits.

import com.zaxxer.SparseBitSet; public class Example { public static void main(String[] args) { SparseBitSet bits = new SparseBitSet(); bits.set(1000); bits.set(2000); System.out.println("Bit 1000: " + bits.get(1000)); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
sparsebitset — mvn dependency:get sparsebitset · libregistry