aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--TODO.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/TODO.md b/TODO.md
index b0fdef7..1776891 100644
--- a/TODO.md
+++ b/TODO.md
@@ -35,14 +35,9 @@ It's more of a personal reminder than anything else.
35 35
36## Distribution 36## Distribution
37 37
38* make env.c compatible with Windows (and check that it works with 38* INSTALL file: change info about pruning tables (now fast)
39 BSD/MacOS) 39* README.md: cite nxopt
40* default to current directory for tables; this will work on any OS, up to
41 using the correct #ifdef guards to avoid checking for posix directories
42 in non-posix systems
43* better man page 40* better man page
44* find a better way to distribute the large tables, especially khuge
45(or just generate them quickly, see below)
46* webapp (cgi) 41* webapp (cgi)
47 42
48## Technical stuff 43## Technical stuff
@@ -57,9 +52,6 @@ and one more trick: if the last move is 180° avoid computing inverse cube
57and just use previous values for all 3 axes. 52and just use previous values for all 3 axes.
58 53
59## Coordinates, symmetries, pruning tables 54## Coordinates, symmetries, pruning tables
60* use multiple threads to search for solutions in parallel
61* Faster pruning table generation: multithreading (divide table into large
62sections and use one mutex for each section to avoid too much locking)
63* Cleanup symcoord.c: some coordinates and symdata are never actually used; 55* Cleanup symcoord.c: some coordinates and symdata are never actually used;
64remove also sd_eofbepos and just use sd_coud for khuge (this changes the 56remove also sd_eofbepos and just use sd_coud for khuge (this changes the
65coordinate so the whole table must be generated again!) 57coordinate so the whole table must be generated again!)

Generated with cgit - Back to sebastiano.tronto.net