Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
gnu.trove: High performance collections for Java
- Summary
- The GNU Trove library has two objectives:
Provide "free" (as in "free speech" and "free beer"),
fast, lightweight implementations of the java.util
Collections API. These implementations are designed
to be pluggable replacements for their JDK equivalents.
Whenever possible, provide the same collections support
for primitive types. This gap in the JDK is often
addressed by using the "wrapper" classes
(java.lang.Integer, java.lang.Float, etc.) with
Object-based collections. For most applications, however,
collections which store primitives directly will require
less space and yield significant performance gains.
Changelog
- * Mon Aug 23 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0.2-3jpp
-
- Upgrade to Ant 1.6.X
- * Tue Jun 1 12:00:00 2004 Randy Watler <rwatler at finali.com> - 0:1.0.2-2jpp
-
- Upgrade to Ant 1.6.X
- * Tue Feb 24 11:00:00 2004 Ralph Apel <r.apel at r-apel.de> - 0:1.0.2-1jpp
-
- First JPackage release