diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-10 17:52:57 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-10 17:52:57 +0200 |
| commit | 86dd040a2d2f06e8355f5441fb1da5ed59ecc399 (patch) | |
| tree | 03bb894f39e334fd5cb98dff4f2fd6a174ee78cb /TODO.md | |
| parent | 569983380edfb3744192b5a652e2ac038840e53d (diff) | |
| download | nissy-86dd040a2d2f06e8355f5441fb1da5ed59ecc399.tar.gz nissy-86dd040a2d2f06e8355f5441fb1da5ed59ecc399.zip | |
Modified pruning table generation (new compressed) + website update
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -8,13 +8,9 @@ It's more of a personal reminder than anything else. | |||
| 8 | * add Void * extradata to DfsArg and a custom move function | 8 | * add Void * extradata to DfsArg and a custom move function |
| 9 | * add optional custom pre-process for generating special table (nx) | 9 | * add optional custom pre-process for generating special table (nx) |
| 10 | * copy_dfsdata should copy extra too! | 10 | * copy_dfsdata should copy extra too! |
| 11 | * Pruning: remove base value? | ||
| 12 | ### nx.c | 11 | ### nx.c |
| 13 | * implement nxopt with all tables and all tricks | 12 | * implement nxopt with all tables and all tricks |
| 14 | (maybe compile time variable for maximum memory to use?) | 13 | (maybe compile time variable for maximum memory to use?) |
| 15 | * custom pruning table, copy some code from pruning.h | ||
| 16 | * generate compressed: hard-code the base value, doable! | ||
| 17 | * special type of pruning table with fallback and whatnot | ||
| 18 | * is_valid should also unniss / cleanup the alg | 14 | * is_valid should also unniss / cleanup the alg |
| 19 | ### fst_cube | 15 | ### fst_cube |
| 20 | * slightly different from cube in v2.0.2: each "side" coordinate | 16 | * slightly different from cube in v2.0.2: each "side" coordinate |
