On 24/04/08 02:16PM, Patrick Steinhardt wrote: > Hi, > > this is the second version of my patch series that aims to optimize > the reftable table and block iterators. > > Changes compared to v1: > > - The series now deepends on ps/reftable-binsearch-update at > d51d8cc368 (reftable/block: avoid decoding keys when searching > restart points, 2024-04-03). This is to resolve a merge conflict > with that other series which has landed in "next" already. > > - Rewrote a comment to be single-line to fit into the style of other > comments better. > > - A new patch on top that avoids copying block iterators altogether > for another speedup. > > Thanks! > > Patrick Thanks, other than a small question about one of the commit messages, this version looks good to me. -Justin