mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2026-01-06 03:21:18 +07:00
19 lines
450 B
Markdown
19 lines
450 B
Markdown
# Roadmap
|
|
|
|
## Backlog
|
|
|
|
- Queries can cache major chunks to avoid finding them every time.
|
|
- observers and events
|
|
- add INDEX fragment trait
|
|
- use compact prefix-tree for chunks
|
|
- optional ffi component storages
|
|
|
|
## Thoughts
|
|
|
|
- We can return deferred status from modifying operations and spawn/clone methods.
|
|
- Should we make one builder:build method instead of :spawn and :clone?
|
|
|
|
## Known Issues
|
|
|
|
- Required fragments are slower than they should be
|