aboutsummaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-07-01 23:14:01 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-07-01 23:14:42 +0200
commit548c540989527b45b9152f9f21ab8cf5e53893a6 (patch)
treeb86be0d5efbc6f5de1ce72e7c606bdfc7ff85719 /TODO.txt
parentf695f9046b5793796ebd703ad816f19637403473 (diff)
Slight optimisation of ht_grow()
The hashtable has been slightly integration-tested, but not rigorously -- even though the implementation is non-trivial enough that it could warrant testing. And it's a completely separate module, so eminently testable. Please test.
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index 1f09bca..be26784 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -5,3 +5,4 @@
- A session is marked inactive 2 minutes after the latest activity on that session. Make the number "2" configurable and not a hard-coded constant.
- Use poll(2), not select(2)
- Fix OOM dos vector
+- Unit tests for hashtable