aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-26 19:39:46 +0100
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2021-11-26 19:39:46 +0100
commit7fa599fa5b8fef0dcd972a2dec70157affe25a63 (patch)
tree099fdd41c5d11f84a7578e60b0119fbcdae7877b
parent2b48814d3b685d1527e1d17ab939be71ff6b8c55 (diff)
downloadnissy-7fa599fa5b8fef0dcd972a2dec70157affe25a63.tar.gz
nissy-7fa599fa5b8fef0dcd972a2dec70157affe25a63.zip
Added some TODOs
-rw-r--r--TODO.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index d035dd9..0c63ab8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -39,11 +39,13 @@ It's more of a personal reminder than anything else.
39 in non-posix systems 39 in non-posix systems
40* better man page 40* better man page
41* find a better way to distribute the large tables, especially khuge 41* find a better way to distribute the large tables, especially khuge
42* webapp (cgi)
42 43
43## Technical stuff 44## Technical stuff
44 45
45### Better pruning tables 46### Better pruning tables
46* Use pruning values mod 4 instead of mod 16 47* Use pruning values mod 4 instead of mod 16 (or maybe not, I like the
48current system)
47 49
48### Memory management 50### Memory management
49* fail gracefully when there is not enough memory to load a large table 51* fail gracefully when there is not enough memory to load a large table

Generated with cgit - Back to sebastiano.tronto.net