From d4f1db1ddb709760840f7a66a1479bad5248444c Mon Sep 17 00:00:00 2001 From: IonutParau Date: Sun, 27 Jul 2025 13:43:40 +0200 Subject: [PATCH] a pretty small future change --- TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/TODO.md b/TODO.md index 9bd3391..67fd6fc 100644 --- a/TODO.md +++ b/TODO.md @@ -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