From: Tony Finch Date: Thu, 30 Jun 2022 16:19:54 +0000 (+0100) Subject: CHANGES note for [GL !6517] X-Git-Tag: v9.19.7~59^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=738c3f791c4ba04ad18cb819ca66c72edc46062a;p=thirdparty%2Fbind9.git CHANGES note for [GL !6517] [performance] A new algorithm for DNS name compression based on a hash set of message offsets. Name compression is now more complete as well as being generally faster, and the implementation is less complicated and requires much less memory. --- diff --git a/CHANGES b/CHANGES index a8b6a2c6bdd..009e0ce6c83 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +5995. [performance] A new algorithm for DNS name compression based on a + hash set of message offsets. Name compression is now + more complete as well as being generally faster, and + the implementation is less complicated and requires + much less memory. [GL !6517] + 5994. [func] Refactor the isc_httpd implementation used in the statistics channel. [GL !6879]