From ffef8e24caba8286ac3dd56833a292f7a8621237 Mon Sep 17 00:00:00 2001 From: aaron <83140718+centau@users.noreply.github.com> Date: Fri, 25 Aug 2023 13:54:38 +0100 Subject: [PATCH] Update todo --- todo.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/todo.md b/todo.md index b859e7b..4de4657 100644 --- a/todo.md +++ b/todo.md @@ -1,10 +1,9 @@ # todo -- cleanup codebase - better error reporting and stack traces in strict mode - auto-enable of strict mode depending on compiler optimizaton level -- check smoothness of spring at high frequency updates -- have reactive recomputations track sources dynamically +- investigate if weak table iteration can be invalidated +- have reactive recomputations track sources dynamically? - addresses case where sources are used in if-branching guarded by another source - performance implications