1
0
Fork 0
KCauldronX/patches/net/minecraftforge
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
..
common ChunkManager implementation 2016-02-10 19:17:47 +07:00
event Apply fixes from binary patches. 2015-03-25 08:24:42 +03:00
fluids Update to Forge 1343. Small fixes. 2015-03-30 10:25:29 +03:00
oredict Make configurable messages, close #244 2016-01-05 13:54:34 +07:00