Collections
21. JavaEWAH96 usages
com.googlecode.javaewah » JavaEWAHApache
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
24. SpringSource Org Apache Commons Collections74 usages
org.apache.commons » com.springsource.org.apache.commons.collectionsApache
SpringSource Org Apache Commons Collections
Last Release on Apr 3, 2014
Relocated → commons-collections »
commons-collections
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
27. SparseBitSet61 usages
com.zaxxer » SparseBitSetApache
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
Relocated → io.github.astrapi69 »
silly-collections
A Java 8 collections helper library. Whenever possible, it tries to be API-compatible to Google Guava.
Last Release on Mar 31, 2016
Relocated → br.com.objectos.core »
collections
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