commit 7fa599fa5b8fef0dcd972a2dec70157affe25a63
parent 2b48814d3b685d1527e1d17ab939be71ff6b8c55
Author: Sebastiano Tronto <sebastiano.tronto@gmail.com>
Date: Fri, 26 Nov 2021 19:39:46 +0100
Added some TODOs
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/TODO.md b/TODO.md
@@ -39,11 +39,13 @@ It's more of a personal reminder than anything else.
in non-posix systems
* better man page
* find a better way to distribute the large tables, especially khuge
+* webapp (cgi)
## Technical stuff
### Better pruning tables
-* Use pruning values mod 4 instead of mod 16
+* Use pruning values mod 4 instead of mod 16 (or maybe not, I like the
+current system)
### Memory management
* fail gracefully when there is not enough memory to load a large table