andrewminer / crafting-guide

The ultimate step-by-step guide to make anything in Minecraft
http://crafting-guide.com
66 stars 192 forks source link

Allow the site to function normally while parsing data files #258

Closed andrewminer closed 7 years ago

andrewminer commented 8 years ago

PROBLEM

While the mod data file is being parsed, the site grinds to a halt as it dominates the rendering thread for much too long.

SOLUTION

The parser should be refactored so that it can spread the work out over may event cycles so that other events can be processed in between.