diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-01 10:23:13 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-01 10:23:13 +0200 |
| commit | 6e9ca0165e27bb863b25ff2d72844731f38efca7 (patch) | |
| tree | fdaee793223aaced985d528b36e2de6745f1da23 | |
| parent | 74e428a476cc539fbbe75e7cb790a0e7e4d3febb (diff) | |
| download | nissy-core-6e9ca0165e27bb863b25ff2d72844731f38efca7.tar.gz nissy-core-6e9ca0165e27bb863b25ff2d72844731f38efca7.zip | |
Updated todo
| -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 |
