virtual-world-framework / mars-game

A game designed to teach STEM concepts to high school students under the ADL True Game-based Learning project.
Other
40 stars 8 forks source link

Optimize load #772

Closed BrettASwift closed 8 years ago

BrettASwift commented 8 years ago

@kadst43 @AmbientOSX

I replaced the obvious finds that were looking for nodes with known locations. There are still a lot of finds happening at startup it seems, but I wasn't able to eliminate those without a significant refactor. On my desktop, the load time went from 44 seconds total to 34 seconds total, so about a ~10 second difference.

kadst43 commented 8 years ago

:+1: