##// END OF EJS Templates
merge: short-circuit the _checkfs loop upon getting ENOENT...
merge: short-circuit the _checkfs loop upon getting ENOENT This reduces the number of [lstat] calls when updating from rev(-1) to a rev with lots of files by a factor of several: for path foo/bar/baz/quux.txt without this patch we're lstatting: foo foo/bar foo/bar/baz foo/bar/baz/quux.txt and with this patch: foo foo/bar/baz/quux.txt
Arseniy Alekseyev -
r50782:1b701d42 default
Show More
Name Size Modified Last Commit Author
/ contrib / perf-utils
compare-discovery-case Loading ...
discovery-helper.sh Loading ...
perf-revlog-write-plot.py Loading ...
search-discovery-case Loading ...
subsetmaker.py Loading ...