3
0
Files
KCauldronX/patches/net/minecraft
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
..
2016-02-04 22:55:51 +07:00
2015-05-27 17:46:53 +07:00
2015-03-22 20:38:04 +03:00
2015-03-22 20:38:04 +03:00
2015-03-22 20:38:04 +03:00
2016-02-07 14:40:26 +07:00
2015-03-22 20:38:04 +03:00
2015-06-01 21:32:10 +07:00
2015-06-01 21:32:10 +07:00
2016-02-10 19:17:47 +07:00
2015-03-22 20:38:04 +03:00
2015-03-22 20:38:04 +03:00
2016-02-10 19:17:47 +07:00
2015-03-22 20:38:04 +03:00
2015-03-22 20:38:04 +03:00
2016-02-10 19:17:47 +07:00