Re: What's cooking in git.git (Aug 2025, #12; Fri, 29)
From: Jeff King <hidden>
Date: 2025-09-02 12:39:37
On Sun, Aug 31, 2025 at 07:29:30PM +0200, René Scharfe wrote:
On 8/29/25 11:37 PM, Junio C Hamano wrote:quoted
* rs/describe-with-lazy-queue-and-khash (2025-08-24) 1 commit - describe: use khash in finish_depth_computation() Instead of scanning for the remaining items to see if there are still commits to be explored in the queue, use khash to remember which items are still on the queue (an unacceptable alternative is to reserve one object flag bits). Will merge to 'next'? source: [ref]Please keep it in seen for now -- Peff's proposal to use an oidset instead looks promising. I'll do some more measurements over the next few days and report back.
Thanks for digging into it further. I am not terribly opposed to what you sent earlier, and most of my responses were veering pretty far off-topic. But if we can get away with using oidset here for the same performance, I think the simplicity is worth it. -Peff