diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -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 |
