collections
Sort:
popular
|
newest
The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
Last Release on Jul 9, 2019
3. Fastutil670 usages
it.unimi.dsi » fastutilApache
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 provides also big (64-bit) arrays, sets and lists, sorting algorithms, fast, practical I/O classes for binary and text files, and facilities for memory mapping large files. Note that if you have both this jar and fastutil-core.jar in your dependencies, fastutil-core.jar should be excluded.
Last Release on Feb 10, 2022
4. GNU Trove589 usages
net.sf.trove4j » trove4jLGPL
The Trove library provides high speed regular and primitive
collections for Java.
Last Release on Jun 4, 2012
Google Collections Library is a suite of new collections and collection-related goodness for Java 5.0
Last Release on Dec 30, 2009
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 8, 2020
10. ConcurrentLinkedHashMap243 usages
com.googlecode.concurrentlinkedhashmap » concurrentlinkedhashmap-lruApache
A high performance version of java.util.LinkedHashMap for use as a software cache.
Last Release on Jan 28, 2015