Open
Description
Right now, we pre-process all of the map data in memory while writing the map out to disk. The primary offender is
Line 433 in 5be40dd
Hopefully, we can completely remove the need for pre-processing. This would dramatically reduce memory usage during map creation.