Collections
82. Guava (Google Common Libraries) Primitive Types1 usages
com.google.guava » guava-primitivesApache
Guava is a suite of core and expanded libraries that include
utility classes, google's collections, io classes, and much
much more.
Last Release on Apr 26, 2010
This bundle will export packages from javaewah.jar
Last Release on Feb 24, 2013
Relocated → com.googlecode.javaewah »
JavaEWAH
84. Joda Primitives1 usages
org.joda » joda-primitivesApache
Collections and utilities based on primitives types
Last Release on Sep 5, 2010
86. Low Latency Primitive Concurrent Queues
uk.co.boundedbuffer » low-latency-primitive-concurrent-queuesApache
An low latency, lock free, primitive bounded blocking queue backed by an int[].
This class mimics the interface of {@linkplain java.util.concurrent.BlockingQueue BlockingQueue},
however works with primitive ints rather than objects, so is unable to actually implement the
BlockingQueue.
This class takes advantage of the Unsafe.putOrderedObject, which allows us to create non-blocking code with
guaranteed writes.
These writes will not be re-orderd by instruction ...
Last Release on Feb 24, 2014
jin collections is a tool libraries that help working with standard Java Collections utility in a "Code by
Intenction" way. It is directly inspired from Smalltalk collections utility.
Last Release on May 19, 2010
Relocated → net.java.dev.jintention »
jin-collections
Trove of primitive collections with Apache 2.0 license, built for Java Java 8
Last Release on Jul 28, 2014
89. Low GC Memory Queue
com.fasterxml.util » low-gc-memqApache
In-memory, bounded-size queue data structure that aims at minimizing
garbage collection overhead (especially latency)
Last Release on Nov 30, 2011
90. Identity Map
org.uqbar » identity-mapLGPL
An immutable Map based on identity
Last Release on Apr 1, 2015