Most efficient Java primitive collections library

Sarmun picture Sarmun · Jul 22, 2010 · Viewed 18.7k times · Source

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?

Answer

Guy Sensei picture Guy Sensei · Jul 22, 2010

This comparision between Java standard collections, Trove and Colt might be helpful.