nnarain / mapgen

Procedural 2D Map Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script Optimization

nnarain opened this issue · comments

Scripts need to be optimized. They dynamically allocate a lot of data per-loop in the generator function (mostly colors) and this is causing the generation to be very slow.

Also confirm LuaJIT settings.