On Wed, Apr 03, 2024 at 04:12:41PM -0700, Junio C Hamano wrote: > * ps/reftable-binsearch-updates (2024-04-03) 7 commits > - reftable/block: avoid decoding keys when searching restart points > - reftable/record: extract function to decode key lengths > - reftable/block: fix error handling when searching restart points > - reftable/block: refactor binary search over restart points > - reftable/refname: refactor binary search over refnames > - reftable/basics: improve `binsearch()` test > - reftable/basics: fix return type of `binsearch()` to be `size_t` > > Reftable code clean-up and some bugfixes. > > Will merge to 'next'? > source: Yes, this one is ready to go now in my opinion. Thanks. Patrick