Found 4 results
Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0
Last Release on Dec 30, 2009
Relocated → com.google.guava »
guava
2. Disruptor21 usages
com.conversantmedia » disruptorApache
Conversant Disruptor - very high throughput Java BlockingQueue
Last Release on Oct 18, 2022
3. 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
GS Collections is a collections framework for Java. It has JDK-compatible List, Set and Map
implementations with a rich API and set of utility classes that work with any JDK compatible Collections,
Arrays, Maps or Strings. The iteration protocol was inspired by the Smalltalk collection framework.
Last Release on Mar 14, 2016
Relocated → org.eclipse.collections »
eclipse-collections-api
- Prev
- 1
- Next