diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-30 18:40:02 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-03-30 18:40:02 +0100 |
| commit | c14e780551c4e7aa88d99b226b12f7cdd7b92527 (patch) | |
| tree | df663976f093b6446d8470c078bc105a541a9857 /TODO.txt | |
| parent | ec564e62dcfe701b5ee3111b92c7d72ffd0dda6c (diff) | |
| download | nissy-core-c14e780551c4e7aa88d99b226b12f7cdd7b92527.tar.gz nissy-core-c14e780551c4e7aa88d99b226b12f7cdd7b92527.zip | |
Added cocsep data generation, but it is very slow
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, |
