fastutil
[ | Report broken link ]
Programming Language: Java
Description: fastutil provides type-specific Java maps and sets with a small memory footprint, which feature much faster (2 to 10 times) access and insertion. The classes implement their standard counterpart interfaces (e.g., Map for maps) and can be plugged into existing code. Besides the usual features, fastutil provides reference-based containers (which do not use equals() to compare objects) and linked structures. Most iterators provided by fastutil classes are bidirectional, or even implement the standard list iterator interface. Author: Sebastiano Vigna Homepage: http://fastutil.dsi.unimi.it/
App rating details: Total votes: 0 Overall rating: 0
[ Download fastutil now! | Get Support for fastutil at LinuxQuestions.org ]
|