Bug 461822 - Review Request: gnu-trove - High performance collections for Java
Summary: Review Request: gnu-trove - High performance collections for Java
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Nobody's working on this, feel free to take it
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-09-10 20:11 UTC by Simon
Modified: 2008-10-12 15:37 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-10-12 15:37:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Simon 2008-09-10 20:11:37 UTC
Spec URL:
http://cassmodiah.fedorapeople.org/gnu-trove-2.0.4/gnu-trove.spec

SRPM URL:
http://cassmodiah.fedorapeople.org/gnu-trove-2.0.4/gnu-trove-2.0.4-1.fc9.src.rpm

Description:
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.


Note You need to log in before you can comment on or make changes to this bug.