dmlary / morrow

Ruby ECS-based MUD server
MIT License
4 stars 1 forks source link

spec_helpers: find a way to speed up Helpers#reset_world() #95

Open dmlary opened 4 years ago

dmlary commented 4 years ago

Right now it does a complete reload of the data entities from disk. See if we can get away with a deep clone of the entity manager and restore instead of reloading.

dmlary commented 4 years ago