]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kk/reftable-tombstone-quadratic-fix'
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Jul 2026 17:42:19 +0000 (10:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Jul 2026 17:42:20 +0000 (10:42 -0700)
commitcc82eafc48607b20ebbf7aeb39e67a4a331a0836
tree18612294169e3f2b992f1cdfe3481123957bdbe8
parent82c60a874d777233f5e1e97c8be7c3f47b22560e
parent146a94632139fc470af1fc118b5ff3dda2d15b40
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