Files
Paper/Spigot-API-Patches/Reduce-thread-synchronization-in-MetadataStoreBase.patch
crast 97c1f9402f Reduce thread synchronization in MetadataStoreBase
Use ConcurrentHashMap to allow thread-safe access methods and very
limited synchronized portions to allow much higher concurrency in
MetadataStore as well as far less locking, especially on reads
2016-03-28 22:10:01 -04:00

4.8 KiB