jj/lib
Yuya Nishihara 990edcefc9 index: impl Index for DefaultReadonlyIndex instead of ReadonlyIndexSegment
The idea is that the ReadonlyIndexSegment is a sub component of the index. The
Index trait could be implemented for any Segment type, but we don't need a
public interface to access sub segment as an index.
2023-12-09 15:18:36 +09:00
..
benches
gen-protos
src index: impl Index for DefaultReadonlyIndex instead of ReadonlyIndexSegment 2023-12-09 15:18:36 +09:00
tests index: rename ReadonlyIndexWrapper to DefaultReadonlyIndex 2023-12-09 15:18:36 +09:00
testutils gc: implement basic GC for Git backend 2023-12-03 07:40:12 -08:00
Cargo.toml
LICENSE