Folia/patches/server
Spottedleaf 36675a1b9f Make map data thread-safe to access
We can just synchronise on all of the map data accesses, but
this means we need to be careful about ensuring that no
sync loads occur, otherwise we could block other threads for
long periods of time.
2023-02-27 08:37:47 -08:00
..
0001-Build-changes.patch Initial commit 2023-02-23 08:13:45 -08:00
0002-New-player-chunk-loader-system.patch Fix player chunk loader behaving poorly when limits are low 2023-02-24 00:03:00 -08:00
0003-Make-ChunkStatus.EMPTY-not-rely-on-the-main-thread-f.patch Initial commit 2023-02-23 08:13:45 -08:00
0004-Threaded-Regions.patch Improve thread-safety of combat tracker 2023-02-24 00:23:10 -08:00
0005-Increase-parallelism-for-neighbour-writing-chunk-sta.patch Increase parallelism for neighbour writing chunk statuses 2023-02-26 23:45:21 -08:00
0006-Make-map-data-thread-safe-to-access.patch Make map data thread-safe to access 2023-02-27 08:37:47 -08:00