commit c646d0953f0e7178876545a62247b92bdec3cc32 parent 66f99d367c21bee30d1fca2b4384065049a91edc Author: Sebastiano Tronto <sebastiano.tronto@gmail.com> Date: Fri, 12 Nov 2021 12:58:59 +0100 Added an item Diffstat:
M | TODO.md | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/TODO.md b/TODO.md @@ -40,6 +40,10 @@ It's more of a personal reminder than anything else. ## Technical stuff +### Code simplification +* Remove anti-indeces. I think I can do this by using an iterative deepening + dfs method for generating pruning tables, like I do in solve() + ### Memory management * fail gracefully when there is not enough memory to load a large table * free tables from memory when not used