Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
The obvious remedy is to use a sorted map. Unfortunately, keeping the map sorted constantly w/ TreeMap was about 30% slower than HashMap + sort back when we were doing manual locking. Let's see what the overhead is for ConcurrentSkiplistMap vs NBHM.