Paper/patches
PaulBGD 06d82e0d6d
Cache palette array (#6767)
Instead of allocating the 4KB for every chunk section, cache it locally and
reuse it for other chunk sections to save on allocations. These allocations add
up very quickly when saving chunks frequently.

For example, with 30,000 chunks and 16 chunk sections per chunk (which will
actually get larger in 1.18) it allocates nearly 2GB, which this patch
eliminates entirely.
2021-11-05 15:52:32 +01:00
..
api Updated Upstream (Bukkit/CraftBukkit) (#6872) 2021-11-05 15:08:24 +01:00
removed Readd chunk priority patch, including many chunk system fixes from tuinity (#6488) 2021-08-26 02:16:27 +00:00
server Cache palette array (#6767) 2021-11-05 15:52:32 +01:00