Faster HashMap implementation

Stephen Colebourne scolebourne at joda.org
Mon Jun 8 17:31:27 UTC 2009


2009/6/8 Doug Lea <dl at cs.oswego.edu>:
> It is possible to use a look-aside strategy for tiny
> HashMaps. I think one of the Apache commons maps
> does this.

FYI - Commons Collections Flat3Map:

http://commons.apache.org/collections/api-3.2/org/apache/commons/collections/map/Flat3Map.html

Stephen



More information about the core-libs-dev mailing list