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
- * Thu May 4 12:00:00 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.0.2-5jpp
-
- Change name to gnu-trove, Provide/Obsolete gnu.trove
- Still provide gnu.trove.jar as symlink
- * Wed Jan 4 11:00:00 2006 Fernando Nasser <fnasser{%}redhat{*}com> - 0:1.0.2-4jpp
-
- First JPP 1.7 build
- * 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