summaryrefslogtreecommitdiffstats
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index 7a3f769..55777f3 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,6 +7,11 @@ The list is actively updated with each successful pull request.
- Eliminate the need to run commands within a shell
- Implement `progress`
- Fix `-n` issue when using `{1..}` tokens
+- Compress arguments written to the disk with Brotli
+- Re-implement in-memory argument passing versus disk-exclusive argument iteration
+- Rewrite the arguments module
+- Rewrite the error handling logic
+- Utilize the crossbeam crate so that strings don't need to be leaked
## May or may not implement
- Kill the youngest job and add it to the back of the queue if available memory is 50% less than `memfree`'s value.