aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 9873547..8628101 100644
--- a/TODO.md
+++ b/TODO.md
@@ -40,6 +40,10 @@ It's more of a personal reminder than anything else.
40 40
41## Technical stuff 41## Technical stuff
42 42
43### Code simplification
44* Remove anti-indeces. I think I can do this by using an iterative deepening
45 dfs method for generating pruning tables, like I do in solve()
46
43### Memory management 47### Memory management
44* fail gracefully when there is not enough memory to load a large table 48* fail gracefully when there is not enough memory to load a large table
45* free tables from memory when not used 49* free tables from memory when not used

Generated with cgit - Back to sebastiano.tronto.net