On 7/18/25 2:41 AM, Junio C Hamano wrote: > * rs/pop-recent-commit-with-prio-queue (2025-07-16) 4 commits > - fixup! commit: convert pop_most_recent_commit() to prio_queue > - commit: use prio_queue_replace() in pop_most_recent_commit() > - prio-queue: add prio_queue_replace() > - commit: convert pop_most_recent_commit() to prio_queue > > The pop_most_recent_commit() function can have quite expensive > worst case performance characteristics, which has been optimized by > using prio-queue data structure. > > Will merge to 'next', after squashing the fixup in? > source: <bc079b3c-a472-4f5d-95ca-390f9de25196@xxxxxx> Will send v2 shortly to address the feedback so far. Pondering whether to make the replace optimization implicit (no longer requiring prio_queue_replace()), but that's probably worth a new series. René