From 30100c46326e2eac275e0af13116636701d2537e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 5 Oct 2016 23:47:29 +0000 Subject: thread: use hash + array instead of hand-rolled linked list This starts to show noticeable performance improvements when attempting to thread over 400 messages; but the improvement may not be measurable with less. However, the resulting code is much shorter and (IMHO) much easier to understand. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index bcc41216..3a4d7c4d 100644 --- a/MANIFEST +++ b/MANIFEST @@ -155,6 +155,7 @@ t/qspawn.t t/search.t t/spamcheck_spamc.t t/spawn.t +t/thread-cycle.t t/utf8.mbox t/view.t t/watch_maildir.t -- cgit v1.2.3-24-ge0c7