jj/lib
Martin von Zweigbergk 62ce5782b5 index: when writing incremental index, squash into parent file if smaller
We currently write a new incremental index file every time. That means
that the stack of index files quickly gets deep, which makes it slow
to read the index. This commit makes it so that we squash the new
index segment into its parent if the parent has fewer commits. That
means we'll limit the number of files to O(log n). Writes time will
also be O(log n) on average.
2021-02-16 23:47:43 -08:00
..
protos view: add tracking of "public" heads (copying Mercurial's phase concept) 2021-01-16 11:48:35 -08:00
src index: when writing incremental index, squash into parent file if smaller 2021-02-16 23:47:43 -08:00
tests index: when writing incremental index, squash into parent file if smaller 2021-02-16 23:47:43 -08:00
build.rs
Cargo.toml