Patrick Steinhardt writes: > 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. > Overall this series looks good to me. Thanks