diff options
Diffstat (limited to 'TODO.org')
-rw-r--r-- | TODO.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ ** TODO inotify-based live reloading Better than periodically making 'stat' calls in a loop. -** TODO Pure Scheme 4x4 matrix multiplication implementation +** DONE Pure Scheme 4x4 matrix multiplication implementation Guile 2.1.2's float unboxing optimizations should enable this to be both fast and not allocate so much. The GSL dependency can be removed (yay!) once this is complete. Be sure to use Guile's ,x |