3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2025-01-09 14:50:05 +01:00
Commit graph

1 Commits

Autor SHA1 Nachricht Datum
Aikar
e11c563e9f Optimize Chunk Access
getting a loaded chunk is one of the most hottest pieces of code in the game.
Often, getChunkAt is called for the same chunk multiple times in a row, often
from getType();

Optimize this look up by using a Last Access cache.
2016-03-22 01:48:05 -04:00