What is the best Java primitive collections library? (most memory and time efficient)
I've found Trove and FastUtil to be the most used ones, but haven't found much comparison between them (or between others)
Is there any comparison available?
This comparision between Java standard collections, Trove and Colt might be helpful.