diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-09 21:42:32 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-09 21:42:32 +0000 |
commit | 165acdd1ea3b7399b2279f94c881f8e366efaf71 (patch) | |
tree | bb2df66fabaa11df006210ecfd2c1807047ae8f0 /doc | |
parent | fc45ffe558f95017461aab9ea3830cedc00551b3 (diff) |
Macros: convert to tree for speed of lookup
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 ----------------- |