Files
OldSliceMC/Spigot-API-Patches
Aikar d1b6d22eac Improvements to Timings concurrency and lookup performance
ConcurrentHashMap synchronizes on .computeIfAbsent even on hits,
so this does a .get(key) first, which most of our use should
be hits, and then falls back to the CHM computeIfAbsent for thread safe puts.

Also improve concurrency on handler and group collections to use a synchronized
list instead of an array deque for concurrency safety.
2019-02-23 16:18:34 -05:00
..
2019-02-23 12:17:41 -05:00
2019-02-23 12:17:41 -05:00
2019-02-23 12:17:41 -05:00