Re: What's cooking in git.git (Aug 2025, #12; Fri, 29)
From: René Scharfe <hidden>
Date: 2025-08-31 17:29:35
From: René Scharfe <hidden>
Date: 2025-08-31 17:29:35
On 8/29/25 11:37 PM, Junio C Hamano wrote:
* 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. René