mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
more TODO
This commit is contained in:
parent
82f62f5158
commit
087fd1e9b3
1
TODO.md
1
TODO.md
@ -43,6 +43,7 @@
|
|||||||
- rework some interfaces to use pre-allocated or stack-allocated memory more
|
- rework some interfaces to use pre-allocated or stack-allocated memory more
|
||||||
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
|
- use dynamic arrays for signals (and maybe components), but still keep the maximums to prevent memory hogging
|
||||||
- setup an extensive testing system to find bugs easier
|
- setup an extensive testing system to find bugs easier
|
||||||
|
- optimize the codebase by using globals instead of universe userdata
|
||||||
- use compiler hints to let the optimizer make the code even faster
|
- use compiler hints to let the optimizer make the code even faster
|
||||||
- (maybe) rework a bunch of internal structures to use tagged unions over vtables (such as components). This may make certain APIs unnecessary or slightly
|
- (maybe) rework a bunch of internal structures to use tagged unions over vtables (such as components). This may make certain APIs unnecessary or slightly
|
||||||
different. This can improve performance at the cost of making the codebase more complex
|
different. This can improve performance at the cost of making the codebase more complex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user