You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
Vincent Sonnier edited this page Sep 10, 2015
·
15 revisions
Map benchmarks
Everybody have different goals when benching against others.
This one is no exception: the aim was to test speed consistency against different kinds of inputs, rather than peak performance on favorable conditions. (which is Random keys for hash-based containers)
Object benchmark tried to stress on that, by trying to simulate a heavy cost for equals()/hashCode(), so tend to favor the implementations where the number of calls for put()/get()/containsKey() are minimal.