1
0
Fork 0
KCauldronX/patches/net/minecraftforge/common
Sergey Shatunov 5aaf6c5cbf ChunkManager implementation
ChunkManager optimize chunks handling in small and big worlds

Small worlds gets benefits with using int-object map instead long-object (in area -32768...32767 by x and z)

Large worlds gets benefits by using efficient map by Colt project, which a little (3-6%) slower in writing, but greatly faster
(400-500% from Java's HashMap and 150-180% from Trove's maps) on reading.
2016-02-10 19:17:47 +07:00
..
chunkio ChunkManager implementation 2016-02-10 19:17:47 +07:00
network Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00
util Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00
DimensionManager.java.patch Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00
ForgeHooks.java.patch Fix #70 2015-06-28 03:29:04 +07:00
ForgeVersion.java.patch Update forge to 1481 2015-06-27 19:49:05 +07:00
ISpecialArmor.java.patch Apply fixes from binary patches. 2015-03-25 08:24:42 +03:00
WorldSpecificSaveHandler.java.patch Initial commit (Forge 1291). 2015-03-22 20:38:04 +03:00