diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-07 10:12:05 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-03-07 10:12:05 +0100 |
| commit | f6df8471931faeac7be76b8cdedc6daa48ab961d (patch) | |
| tree | b0d1f6181ed480975d041630858c96d661b47801 /TODO.md | |
| parent | ecd8bbf2c0b7a4ca20c9cdc5f8f26836d4082c36 (diff) | |
| download | nissy-f6df8471931faeac7be76b8cdedc6daa48ab961d.tar.gz nissy-f6df8471931faeac7be76b8cdedc6daa48ab961d.zip | |
Set up for adding freemem command
Diffstat (limited to '')
| -rw-r--r-- | TODO.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -5,8 +5,7 @@ It's more of a personal reminder than anything else. | |||
| 5 | 5 | ||
| 6 | ## For version 2.1 | 6 | ## For version 2.1 |
| 7 | ### Memory management | 7 | ### Memory management |
| 8 | * Free large tables from memory before exit (this is not strictly necessary, | 8 | * freemem command: implement the 5 functions, execute at the end of shell.c |
| 9 | but can help with WSL bugs) | ||
| 10 | ### Installation | 9 | ### Installation |
| 11 | * Is it possible to make table generation at least 3x faster? | 10 | * Is it possible to make table generation at least 3x faster? |
| 12 | ### Documentation | 11 | ### Documentation |
| @@ -40,6 +39,8 @@ including e.g. solutions that were not shown because -c) | |||
| 40 | * transform alg, rufify etc... | 39 | * transform alg, rufify etc... |
| 41 | * command notation to list available moves | 40 | * command notation to list available moves |
| 42 | * make multi-step solve much more general and create command | 41 | * make multi-step solve much more general and create command |
| 42 | * input directly cube status instead of moves | ||
| 43 | (graphical: maybe there is a cubing.js function; command line: ???) | ||
| 43 | 44 | ||
| 44 | ## Distribution | 45 | ## Distribution |
| 45 | 46 | ||
