ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara 7ada2196e1 id_prefix: store (CommitId, ChangeId) pairs separately in disambiguation index
I'm going to rewrite IdIndex to store only first few bytes of the key. A
separate table helps there.

At this point, it wouldn't make sense to convert usize to u32, but the new
index will store ([u8; 4], u32) pairs.
2023-06-25 12:54:18 +09:00
..
benches
gen-protos backend: split up store.proto in git and local versions 2023-06-22 13:49:46 +02:00
src id_prefix: store (CommitId, ChangeId) pairs separately in disambiguation index 2023-06-25 12:54:18 +09:00
tests
testutils cargo: bump itertools from 0.10.5 to 0.11.0 2023-06-22 18:18:48 +02:00
build.rs
Cargo.toml cargo: bump itertools from 0.10.5 to 0.11.0 2023-06-22 18:18:48 +02:00