Commit Graph

6 Commits

Author SHA1 Message Date
fddfa624cf Chunk System and Starlight WIP
Chunk system patch was refactored to take advantage of
newer ConcurrentUtil's concurrent long hash table (which
fixes hash collisions caused by chaining fastutil's long hash
and CHM's hash) plus some other minor improvements.

The chunk system was also merged with Starlight, which mostly
provides a small improvement to ThreadedLevelLightEngine#checkBlock
as the scheduling was rewritten.
2024-06-14 17:19:25 -07:00
d29210d668 Fix more compile issues 2024-06-14 14:28:06 +02:00
0ef31547a1 Finish API patches 2024-06-13 08:45:43 -07:00
4047edb114 Apply and move up non-optimization patches 2024-04-25 12:27:57 +02:00
47ee5579ff Begin update to 1.20.5 2024-04-23 10:02:08 -07:00
5a66c3b64e Don't tick empty worlds (#9025) 2024-03-03 21:10:45 +00:00