Files
paper-mc/Spigot-API-Patches
Aikar 3a80ab303a 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 14:22:43 -05:00
..
2019-02-23 12:17:41 -05:00
2018-10-12 02:09:53 -05:00
2019-02-23 12:17:41 -05:00
2018-01-18 01:00:51 -05:00
2019-02-23 12:17:41 -05:00
2018-11-11 00:37:15 -05:00