diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-05 09:31:02 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-10-05 09:42:39 +0200 |
| commit | 9e698917cb5b332cdbf1969ddfe3840239106c8d (patch) | |
| tree | 1125917c5d281aff8acfd94292b8a3d3e370bc2d /README.md | |
| parent | 99fabe8592a4022313b1cb0581881ee1bc6b1c99 (diff) | |
| download | nissy-core-9e698917cb5b332cdbf1969ddfe3840239106c8d.tar.gz nissy-core-9e698917cb5b332cdbf1969ddfe3840239106c8d.zip | |
Implemented compose; some cleanup
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -5,14 +5,15 @@ Work in progress. | |||
| 5 | TODO: | 5 | TODO: |
| 6 | 6 | ||
| 7 | * transformations | 7 | * transformations |
| 8 | * setup benchmarks | ||
| 8 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym | 9 | * coordinates: co, eo, epsep, cpsep_sym, cocpsep_sym, cphtr_sym, cocphtr_sym |
| 9 | * pruning tables (1 bit per entry + fallback) | 10 | * pruning tables (1 bit per entry + fallback) |
| 10 | * solve.c | 11 | * solve.c |
| 11 | 12 | ||
| 12 | Optimizations: | 13 | Optimizations: |
| 13 | 14 | ||
| 14 | * multi-move (up to 4/5 moves at once) | ||
| 15 | * avx2_cube.c | 15 | * avx2_cube.c |
| 16 | * multi-move (up to 4/5 moves at once) | ||
| 16 | 17 | ||
| 17 | Things I need to learn: | 18 | Things I need to learn: |
| 18 | 19 | ||
