Message ID | cover.1715589670.git.ps@pks.im (mailing list archive) |
---|---|
Headers | show |
Series | reftable: prepare for re-seekable iterators | expand |
On 24/05/13 10:46AM, Patrick Steinhardt wrote: > Hi, > > this is the second version of my patch series that prepares the reftable > iterators to become re-seekable. These refactorings will eventually > allow us to reuse data structures by iterators and optimize for certain > cases. > > Changes compared to v1: > > - Various fixes to commit messages. > > - Fixed a copy & pasted comment to refer to logs instead of refs. > > The series continues to build on top of ps/reftable-write-optim. There > is a merge conflict with the in-flight ps/reftable-write-options, but > given that this series has not yet been merged to next and because Junio > has already resolved the conflict in "seen" I decided to not pull it in > as an additional dependency. Thanks Patrick! From the range-diff, this version looks good to me :) -Justin
Hello, Patrick Steinhardt <ps@pks.im> writes: > Hi, > > this is the second version of my patch series that prepares the reftable > iterators to become re-seekable. These refactorings will eventually > allow us to reuse data structures by iterators and optimize for certain > cases. > > Changes compared to v1: > > - Various fixes to commit messages. > > - Fixed a copy & pasted comment to refer to logs instead of refs. > > The series continues to build on top of ps/reftable-write-optim. There > is a merge conflict with the in-flight ps/reftable-write-options, but > given that this series has not yet been merged to next and because Junio > has already resolved the conflict in "seen" I decided to not pull it in > as an additional dependency. > > Thanks! > > Patrick I didn't review the earlier version. I did go through the patches in this version, I only have a nit in the first patch, not worth a reroll. Thanks for the series, I have nothing more to add. Karthik
On Tue, May 21, 2024 at 03:31:15PM +0000, Karthik Nayak wrote: > Hello, > > Patrick Steinhardt <ps@pks.im> writes: > > Hi, > > > > this is the second version of my patch series that prepares the reftable > > iterators to become re-seekable. These refactorings will eventually > > allow us to reuse data structures by iterators and optimize for certain > > cases. > > > > Changes compared to v1: > > > > - Various fixes to commit messages. > > > > - Fixed a copy & pasted comment to refer to logs instead of refs. > > > > The series continues to build on top of ps/reftable-write-optim. There > > is a merge conflict with the in-flight ps/reftable-write-options, but > > given that this series has not yet been merged to next and because Junio > > has already resolved the conflict in "seen" I decided to not pull it in > > as an additional dependency. > > > > Thanks! > > > > Patrick > > I didn't review the earlier version. I did go through the patches in > this version, I only have a nit in the first patch, not worth a reroll. > Thanks for the series, I have nothing more to add. Thanks! Patrick