commit 6e9ca0165e27bb863b25ff2d72844731f38efca7 parent 74e428a476cc539fbbe75e7cb790a0e7e4d3febb Author: Sebastiano Tronto <sebastiano@tronto.net> Date: Mon, 1 Apr 2024 10:23:13 +0200 Updated todo Diffstat:
M | TODO.txt | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/TODO.txt b/TODO.txt @@ -1,6 +1,4 @@ -TODO check which is faster: foreach_move or simple for loop? - same for transformations -TODO implement big pruning table for H48 solver +TODO implement big pruning table for H48 solver (edges) TODO alternative: ARM NEON part ## H48 optimal solver @@ -52,6 +50,8 @@ switch. Here NISS may be useful. ## Optimizations +* check which is faster: foreach_move or simple for loop? same for trans + ### General things * Moves: don't do full compose for U*, D*, *2 (I removed this because I