]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Improve the LRU cache-expiration mechanism
authorEvan Hunt <each@isc.org>
Wed, 26 Mar 2025 23:21:15 +0000 (23:21 +0000)
committerEvan Hunt <each@isc.org>
Wed, 26 Mar 2025 23:21:15 +0000 (23:21 +0000)
Improve the LRU cache-expiration mechanism to a SIEVE-LRU based mechanism that triggers when the cache is close to the `max-cache-size` limit.  This improves the recursive server performance.

Merge branch 'ondrej/sieve' into 'main'

See merge request isc-projects/bind9!10153


Trivial merge