aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-02-27 12:11:07 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2022-02-27 12:11:07 +0100
commitde0352a2926b0708400a9629c1da813455a6f442 (patch)
treeb0bab5511cea4d9c2910e144d1ebf53c984f786b /TODO.md
parent75bd848e9e0cd9a14ca82018edac0b414fa4db44 (diff)
downloadnissy-de0352a2926b0708400a9629c1da813455a6f442.tar.gz
nissy-de0352a2926b0708400a9629c1da813455a6f442.zip
Changed unniss() to return an Alg*. Addedd inplace() to run a function on an alg in place.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index c848caf..4eaa051 100644
--- a/TODO.md
+++ b/TODO.md
@@ -16,7 +16,6 @@ It's more of a personal reminder than anything else.
16 possible to make table generation at least 3x faster? 16 possible to make table generation at least 3x faster?
17* make 8 threads default for gen? 17* make 8 threads default for gen?
18### Documentation 18### Documentation
19* Instructions on how to update on the website
20* Write an examples.md file 19* Write an examples.md file
21* More screenshots! 20* More screenshots!
22### More 21### More
@@ -92,7 +91,5 @@ including e.g. solutions that were not shown because -c)
92* sort again functions alphabetically in their files 91* sort again functions alphabetically in their files
93* more stuff to load at start (or when suitable command is called) rather 92* more stuff to load at start (or when suitable command is called) rather
94 than when called directly, to avoid nasty problems with threading 93 than when called directly, to avoid nasty problems with threading
95* unniss and inverse_alg work differently (one in place, the other makes
96 a copy and returns) changing inverse_alg seems the best option.
97* parse command args: one function per arg type, then each command has 94* parse command args: one function per arg type, then each command has
98 a list of options that it accepts (as a string) 95 a list of options that it accepts (as a string)

Generated with cgit - Back to sebastiano.tronto.net