3
0
Commit Graph

3 Commits

Author SHA1 Message Date
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
eedf6789a0 Update forge to 1481 2015-06-27 19:49:05 +07:00
8c50b9899f Finally fix #67 2015-06-27 16:32:21 +07:00