aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-03-30 18:40:02 +0100
committerSebastiano Tronto <sebastiano@tronto.net>2024-03-30 18:40:02 +0100
commitc14e780551c4e7aa88d99b226b12f7cdd7b92527 (patch)
treedf663976f093b6446d8470c078bc105a541a9857 /TODO.txt
parentec564e62dcfe701b5ee3111b92c7d72ffd0dda6c (diff)
downloadnissy-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.txt9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO.txt b/TODO.txt
index b6f5faa..8f636aa 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,8 +1,11 @@
1## (find better name) H48 solver, ideas 1TODO optimize cocsep generation (very slow!)
2 2TODO cocsep data: fix
3TODO implement lookup tables 3TODO cocsep data: add hash checks?
4TODO implement big pruning table for H48 solver
4TODO alternative: ARM NEON part 5TODO alternative: ARM NEON part
5 6
7## H48 optimal solver
8
6First compute co + csep. Use csep as a binary number (2^7 instead of 70, 9First compute co + csep. Use csep as a binary number (2^7 instead of 70,
7loose a factor of 1.8 but still fits in a few megabytes or less). Use 10loose a factor of 1.8 but still fits in a few megabytes or less). Use
8co + csep as an index in a table whose entries have: 6 bits for ttrep, 11co + csep as an index in a table whose entries have: 6 bits for ttrep,

Generated with cgit - Back to sebastiano.tronto.net