From: Ondřej Surý Date: Thu, 4 Jun 2026 11:25:09 +0000 (+0200) Subject: chg: dev: Simplify the delegation database memory management X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=80496aeb680cdff09e0cf85cb4e46e2ffd05c3a1;p=thirdparty%2Fbind9.git chg: dev: Simplify the delegation database memory management This is an internal simplification of the delegation database's memory management, replacing the per-thread eviction lists and deferred, cross-thread record cleanup with a single shared eviction list and immediate cleanup. There is no change to how delegations are cached or resolved. Merge branch 'ondrej/delegdb-shared-sieve-lru' into 'main' See merge request isc-projects/bind9!12181 --- 80496aeb680cdff09e0cf85cb4e46e2ffd05c3a1