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: <9110f085-aec0-42e9-9774-b153ece6284f@xxxxxx> 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é