diff options
| -rw-r--r-- | TODO.txt | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,6 +1,4 @@ | |||
| 1 | TODO check which is faster: foreach_move or simple for loop? | 1 | TODO implement big pruning table for H48 solver (edges) |
| 2 | same for transformations | ||
| 3 | TODO implement big pruning table for H48 solver | ||
| 4 | TODO alternative: ARM NEON part | 2 | TODO alternative: ARM NEON part |
| 5 | 3 | ||
| 6 | ## H48 optimal solver | 4 | ## H48 optimal solver |
| @@ -52,6 +50,8 @@ switch. Here NISS may be useful. | |||
| 52 | 50 | ||
| 53 | ## Optimizations | 51 | ## Optimizations |
| 54 | 52 | ||
| 53 | * check which is faster: foreach_move or simple for loop? same for trans | ||
| 54 | |||
| 55 | ### General things | 55 | ### General things |
| 56 | 56 | ||
| 57 | * Moves: don't do full compose for U*, D*, *2 (I removed this because I | 57 | * Moves: don't do full compose for U*, D*, *2 (I removed this because I |
