mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-13 11:38:15 +07:00
19 lines
441 B
Markdown
19 lines
441 B
Markdown
# Roadmap
|
|
|
|
## Backlog
|
|
|
|
- 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.
|
|
- We should have a way to not copy components on deferred spawn/clone.
|
|
|
|
## Known Issues
|
|
|
|
- Required fragments are slower than they should be
|
|
- Errors in hooks are cannot be handled properly right now
|