From 0775c627d2719d830d55065598a6b53949c2d647 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Sat, 24 Apr 2010 06:14:17 +0200 Subject: [PATCH] Note search.h ideas for UID. --- TODO.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO.txt b/TODO.txt index 3aff8a0d..4233786f 100644 --- a/TODO.txt +++ b/TODO.txt @@ -66,6 +66,8 @@ questionable: (silently allowing g+x). - make UID code more efficient, parsing is O(n^2), should be no worse than O(n log n), lookup is O(n), should be O(log n). + * Idea for C: use tfind/tsearch. Need to split idlist up + so it only keeps the ids, and use an array to track status. - help systematic debugging - by making logging more strict (Postfix's msg_* as example??) - by adding a --loggingtest or something that emits -- 2.43.2