From 165acdd1ea3b7399b2279f94c881f8e366efaf71 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Fri, 9 Feb 2018 21:42:32 +0000 Subject: Macros: convert to tree for speed of lookup --- doc/doc-txt/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/doc-txt/ChangeLog') diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index b99b8187b..1ee00168f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -94,6 +94,11 @@ JH/17 Bug 2113: Fix conversation closedown with the Avast malware scanner. found indication; now we go on to read the "scan ok" response line, and send a quit. +JH/18 Convert macro handling to be tree-based, from the previous linear list. + With the number of builtin macros we now have this is worthwhile, + dropping the config-file read time (during which new macros are checked + and registered, and macros are expanded) from about 500 usec to about 180. + Exim version 4.90 ----------------- -- cgit v1.2.3