diff options
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 9 |
1 files changed, 6 insertions, 3 deletions
| @@ -1,8 +1,11 @@ | |||
| 1 | ## (find better name) H48 solver, ideas | 1 | TODO optimize cocsep generation (very slow!) |
| 2 | 2 | TODO cocsep data: fix | |
| 3 | TODO implement lookup tables | 3 | TODO cocsep data: add hash checks? |
| 4 | TODO implement big pruning table for H48 solver | ||
| 4 | TODO alternative: ARM NEON part | 5 | TODO alternative: ARM NEON part |
| 5 | 6 | ||
| 7 | ## H48 optimal solver | ||
| 8 | |||
| 6 | First compute co + csep. Use csep as a binary number (2^7 instead of 70, | 9 | First compute co + csep. Use csep as a binary number (2^7 instead of 70, |
| 7 | loose a factor of 1.8 but still fits in a few megabytes or less). Use | 10 | loose a factor of 1.8 but still fits in a few megabytes or less). Use |
| 8 | co + csep as an index in a table whose entries have: 6 bits for ttrep, | 11 | co + csep as an index in a table whose entries have: 6 bits for ttrep, |
