Re: [PATCH v3 00/15] reftable: drop generic `reftable_table` interface
From: Junio C Hamano <hidden> Date: 2024-08-22 17:11:05
Patrick Steinhardt [off-list ref] writes:
this is the third version of my patch series that gets rid of the
generic `reftable_table` interface. It made it way harder to understand
the reftable code base and is not really required nowadays anymore where
we have generic re-seekable reftable iterators.