diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 4 |
1 files changed, 0 insertions, 4 deletions
| @@ -58,10 +58,6 @@ and just use previous values for all 3 axes. | |||
| 58 | 58 | ||
| 59 | ## Coordinates, symmetries, pruning tables | 59 | ## Coordinates, symmetries, pruning tables |
| 60 | * use multiple threads to search for solutions in parallel | 60 | * use multiple threads to search for solutions in parallel |
| 61 | * Faster pruning table generation: keep track of which positions are "nasty" | ||
| 62 | (i.e. self-symmetric with respect to the base symmetry coordinate but not | ||
| 63 | self-symmetric overall) by adding a function to struct coord and some datafield | ||
| 64 | to struct symdata. | ||
| 65 | * Faster pruning table generation: multithreading (divide table into large | 61 | * Faster pruning table generation: multithreading (divide table into large |
| 66 | sections and use one mutex for each section to avoid too much locking) | 62 | sections and use one mutex for each section to avoid too much locking) |
| 67 | * Cleanup symcoord.c: some coordinates and symdata are never actually used; | 63 | * Cleanup symcoord.c: some coordinates and symdata are never actually used; |
