From 15b0c17d92a72b927c1b50bd2f483ab715268c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sun, 5 Apr 2020 04:36:02 +0200 Subject: [PATCH] Add TODO.md --- TODO.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..cd97f11 --- /dev/null +++ b/TODO.md @@ -0,0 +1,11 @@ +# TODO + +* Configuration, cli +* Tests +* Benchmarks (with criterion?) + + +## Don't do + +* Other hash algorithms: seemingly not worthwhile +* `sendmmsg`: can't send to multiple socket addresses, so doesn't help \ No newline at end of file