From: Junio C Hamano Date: Sun, 19 Jul 2026 17:42:19 +0000 (-0700) Subject: Merge branch 'kk/reftable-tombstone-quadratic-fix' X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=cc82eafc48607b20ebbf7aeb39e67a4a331a0836;p=thirdparty%2Fgit.git Merge branch 'kk/reftable-tombstone-quadratic-fix' The performance of ref updates and reads using the 'reftable' backend in the presence of many deletion tombstone records has been optimized by removing the tombstone suppression flag from the merged iterator and instead skipping tombstones at higher-level call sites where iteration bounds are known. * kk/reftable-tombstone-quadratic-fix: reftable: fix quadratic behavior in the presence of tombstones t/perf: add perf test for ref tombstone scenarios --- cc82eafc48607b20ebbf7aeb39e67a4a331a0836