2011/6/6 Simone Tripodi <simonetrip...@apache.org>

> TreeMap sounds reasonable, it's an RB Tree implementation and
> insert/retrieve operations have both O(log n) complexity[1], I'd
> suggest to start with it and see how things are going, then switch to
> LRU if needed.
> WDYT? Many thanks in advance!
>

+1, TreeMap is fine for now.

Antonio

Reply via email to