Files
PocketMine-MP/src/pocketmine/level
Andrew fe348b0a9d Speed up region file creation by only using ftruncate(). (#116)
* Speed up region file creation by only using ftruncate().

The old method was extremely slow (~200ms to create a single region file), but the new one is much faster (in the order of ~15ms). (Numbers were measured on a Linode 2048)

* Replace manual array fill with array_fill().

* Spaces -> tabs.

* Update RegionLoader.php
2016-11-23 21:23:38 +00:00
..
2016-11-12 21:05:01 +00:00
2015-05-16 15:28:31 +02:00
2016-10-03 00:43:46 +08:00
2014-10-31 21:07:00 +01:00