Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
fastutil5: Fast & compact type-specific Java utility classes
- Summary
- fastutil extends the Java Collections Framework by providing type-specific
maps, sets, lists and priority queues with a small memory footprint and
fast access and insertion; it also includes a fast I/O API for binary and
text files. The classes implement their standard counterpart interface
(e.g., Map for maps) and can be plugged into existing code. Moreover, they
provide additional features (such as bidirectional iterators) that are not
available in the standard classes.
From version 5, fastutil runs only on Java 5+.
Changelog
- * Sat Mar 3 11:00:00 2007 Sebastiano Vigna <vigna at acm.org> - 5.0.9-1jpp
-
- Workarounds for Java bug #6478546.
- * Sat Mar 3 11:00:00 2007 Sebastiano Vigna <vigna at acm.org> - 5.0.8-1jpp
-
- New features for array-based sets and maps.
- * Sat Feb 24 11:00:00 2007 Sebastiano Vigna <vigna at acm.org> - 5.0.7-1jpp
-
- New collection of array-based sets and maps.