diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-03 19:02:08 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-03 19:02:08 +0100 |
| commit | ecd8bbf2c0b7a4ca20c9cdc5f8f26836d4082c36 (patch) | |
| tree | 59017867a467b496c1ae6f8133d7122e22819693 /TODO.md | |
| parent | b5a692702643c8f3e77765ca38677e076bce2b59 (diff) | |
| download | nissy-ecd8bbf2c0b7a4ca20c9cdc5f8f26836d4082c36.tar.gz nissy-ecd8bbf2c0b7a4ca20c9cdc5f8f26836d4082c36.zip | |
Added messages about generating pruning tables
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 8 |
1 files changed, 1 insertions, 7 deletions
| @@ -4,16 +4,11 @@ This is a list of things that I would like to add or change at some point. | |||
| 4 | It's more of a personal reminder than anything else. | 4 | It's more of a personal reminder than anything else. |
| 5 | 5 | ||
| 6 | ## For version 2.1 | 6 | ## For version 2.1 |
| 7 | ### Scrambles | ||
| 8 | * dr and htr scrambles | ||
| 9 | ### Memory management | 7 | ### Memory management |
| 10 | * Free large tables from memory before exit (this is not strictly necessary, | 8 | * Free large tables from memory before exit (this is not strictly necessary, |
| 11 | but can help with WSL bugs) | 9 | but can help with WSL bugs) |
| 12 | ### Installation | 10 | ### Installation |
| 13 | * At startup, check if tables are all there; if not, print an error message | 11 | * Is it possible to make table generation at least 3x faster? |
| 14 | suggesting to run `nissy gen -t 8` (or more than 8). Is it | ||
| 15 | possible to make table generation at least 3x faster? | ||
| 16 | * make 8 threads default for gen? | ||
| 17 | ### Documentation | 12 | ### Documentation |
| 18 | * Write an examples.md file | 13 | * Write an examples.md file |
| 19 | * More screenshots! | 14 | * More screenshots! |
| @@ -85,7 +80,6 @@ including e.g. solutions that were not shown because -c) | |||
| 85 | open up the door for a web-based version or graphical clients | 80 | open up the door for a web-based version or graphical clients |
| 86 | 81 | ||
| 87 | ### Cleanup | 82 | ### Cleanup |
| 88 | * Remove khuge from everywhere | ||
| 89 | * sort again functions alphabetically in their files | 83 | * sort again functions alphabetically in their files |
| 90 | * more stuff to load at start (or when suitable command is called) rather | 84 | * more stuff to load at start (or when suitable command is called) rather |
| 91 | than when called directly, to avoid nasty problems with threading | 85 | than when called directly, to avoid nasty problems with threading |
