Files
evolved.lua/ROADMAP.md
2025-01-25 08:34:59 +07:00

495 B

Roadmap

Backlog

  • add auto chunk count reducing
  • optimize batch operations for cases with moving entities to empty chunks
  • should we clear chunk's components by on_insert tag callback?
  • clear chunk's tables instead reallocating them
  • add REQUIRES fragment trait
  • try to keep entity_chunks/places tables as arrays
  • set/assign/insert/remove/destroy for lists?
  • when we call hooks from chunk operations, we should use precached hook functions
  • we shouldn't clear big reusable tables