@leroysheep / CrazyWebTemps / commits / 6390da42c7

Merge branch 'kk/commit-reach-optim'

The check for non-stale commits in the priority queue used by `paint_down_to_common` and `ahead_behind` has been optimized by replacing an O(N) scan with an O(1) counter, yielding performance improvements in repositories with wide histories. * kk/commit-reach-optim: commit-reach: replace queue_has_nonstale() scan with O(1) tracking commit-reach: deduplicate queue entries in paint_down_to_common object.h: fix stale entries in object flag allocation table

Junio C Hamano committed Jun 7, 2026 at 23:58 UTC 6390da42c728af2a1b2bfd32a8195c0f1c6f89cd

No changes.