a pretty small future change

This commit is contained in:
IonutParau 2025-07-27 13:43:40 +02:00
parent 6a90d6306d
commit d4f1db1ddb

View File

@ -44,3 +44,4 @@
- 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
- setup an extensive testing system to find bugs easier
- use compiler hints to let the optimizer make the code even faster