ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Martin von Zweigbergk e50f6acab1 templater: fast-path empty and conflict to not read trees
When there's a single parent, we can determine if a commit is empty by
just comparing the tree ids. Also, when using tree-level conflicts, we
don't need to read the trees to determine if there's a conflict. This
patch adds both of those fast paths, speeding up `jj log -r ::main`
from 317 ms to 227 ms (-28.4%). It has much larger impact with our
cloud-based backend at Google (~5x faster).

I made the same fix in the revset engine and the Git push code (thanks
to Yuya for the suggestion).
2023-09-26 18:18:52 -07:00
..
benches
gen-protos
src templater: fast-path empty and conflict to not read trees 2023-09-26 18:18:52 -07:00
tests git: make fetch() import local tags in addition to remote branches 2023-09-26 00:47:00 +09:00
testutils test: use test backend in most remaining tests too 2023-09-24 21:24:01 -07:00
Cargo.toml
LICENSE