Collections
MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap memory. It is a fast, scalable and easy to use embedded Java database.
Last Release on Jan 10, 2024
Types that extend and augment the Java Collections Framework.
Last Release on Nov 12, 2015
Relocated → org.apache.commons »
commons-collections4
The bit array data structure is implemented in Java as the BitSet class. Unfortunately, this fails to scale without compression.
Last Release on Mar 9, 2023
4.SparseBitSet75 usages
com.zaxxer » SparseBitSet Apache
An efficient sparse bitset implementation for Java
Last Release on Sep 6, 2023
5.Shims26 usages
org.roaringbitmap » shims Apache
Roaring bitmaps are compressed bitmaps (also called bitsets) which tend to outperform conventional compressed bitmaps such as WAH or Concise.
Last Release on Sep 12, 2023
6.Disruptor25 usages
com.conversantmedia » disruptor Apache
Conversant Disruptor - very high throughput Java BlockingQueue
Last Release on Oct 18, 2022
7.ConcurrentLinkedHashMap281 usages
com.googlecode.concurrentlinkedhashmap » concurrentlinkedhashmap-lru Apache
A high performance version of java.util.LinkedHashMap for use as a software cache.
Last Release on Jan 28, 2015
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
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
10.Weakly Referenced Lock Free Data Structures15 usages
com.blogspot.mydailyjava » weak-lock-free Apache
Implementation of a concurrent map with weak keys and a detached thread local storage.
Last Release on Nov 28, 2020
