Collections
Sort by:Popular

The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression. JavaEWAH is a word-aligned compressed variant of the Java bitset class. It uses a 64-bit run-length encoding (RLE) compression scheme. The goal of word-aligned compression is not to achieve the best compression, but rather to improve query processing time. Hence, we try to save CPU cycles, maybe at the expense of storage. However, the EWAH scheme we implemented is always more ...
Last Release on Mar 9, 2023
A Persistent Java Collections Library
Last Release on Jul 23, 2025
Commons Primitives
Last Release on Nov 8, 2005
SpringSource Org Apache Commons Collections
Last Release on Apr 3, 2014

This is Boundary's fork of Cliff Click's high scale lib. We will be maintaining this fork with bug fixes, improvements and versioned builds pushed to maven central.
Last Release on May 13, 2014
Guava Collections is a collections extension library with expanded collection types, implementations, and utility methods for dealing with aggregate data.
Last Release on Apr 26, 2010

Relocated → com.google.guava » guava
An efficient sparse bitset implementation for Java
Last Release on Sep 6, 2023
Utility library for collections, comparators and iterator classes
Last Release on Oct 23, 2020

A Java 8 collections helper library. Whenever possible, it tries to be API-compatible to Google Guava.
Last Release on Mar 31, 2016

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues with a small memory footprint and fast access and insertion; it also includes a fast I/O API for binary and text files.
Last Release on Apr 20, 2007

Relocated → it.unimi.dsi » fastutil