jj/lib
Yuya Nishihara 6d6f5990de merged_tree: add merge-join iterator over Merge<Tree> entries
For the same reason as 2cb7e91d "merged_tree: do not re-look up non-conflicting
tree values by name." This appears to bring a similar performance improvement.

I assume this change is/will be covered by test_merged_tree.rs. I considered
adding a few unit tests, but constructing Tree object isn't trivial, and the
iterator implementation is relatively straightforward.
2024-08-12 10:20:34 +09:00
..
benches
gen-protos
proc-macros
src merged_tree: add merge-join iterator over Merge<Tree> entries 2024-08-12 10:20:34 +09:00
tests copy-tracking: Add copy tracking as a post iteration step 2024-08-11 17:01:45 -04:00
testutils copy-tracking: create CopyRecordMap and add it to diff summaries 2024-08-11 17:01:45 -04:00
Cargo.toml revset: create DatePattern type 2024-08-01 09:04:07 -07:00
LICENSE