aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-12 12:58:59 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-12 12:58:59 +0100
commitc646d0953f0e7178876545a62247b92bdec3cc32 (patch)
treee3ad2e41f412acecfbca121a06a6f69fe0b0c8df /TODO.md
parent66f99d367c21bee30d1fca2b4384065049a91edc (diff)
downloadnissy-c646d0953f0e7178876545a62247b92bdec3cc32.tar.gz
nissy-c646d0953f0e7178876545a62247b92bdec3cc32.zip
Added an item
Diffstat (limited to '')
-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