PaperMC/paper-server/patches/sources/net/minecraft/world/level/chunk
Antony Riley db2502d732 Sanitise RegionFileCache and make configurable
RegionFileCache prior to this patch would close every single open region
file upon reaching a size of 256.
This patch modifies that behaviour so it closes the the least recently
used RegionFile.
The implementation uses a LinkedHashMap as an LRU cache (modified from HashMap).
The maximum size of the RegionFileCache is also made configurable.
2016-03-29 08:22:55 +03:00
..
status MC Dev fixes 2016-03-30 19:36:20 -04:00
storage Sanitise RegionFileCache and make configurable 2016-03-29 08:22:55 +03:00
ChunkAccess.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ChunkGenerator.java.patch Further Seed Customisation 2014-07-04 13:28:45 +10:00
ChunkGeneratorStructureState.java.patch Further Seed Customisation 2014-07-04 13:28:45 +10:00
DataLayer.java.patch Remap CraftBukkit to Mojang+Yarn Mappings 2024-12-11 22:26:55 +01:00
EmptyLevelChunk.java.patch MC Utils 2016-03-28 20:55:47 -04:00
LevelChunk.java.patch Configurable Chunk Inhabited Time 2016-03-28 20:46:14 -04:00
LevelChunkSection.java.patch MC Utils 2016-03-28 20:55:47 -04:00
ProtoChunk.java.patch MC Utils 2016-03-28 20:55:47 -04:00