##// END OF EJS Templates
revlog: use the native implementation of issnapshot...
revlog: use the native implementation of issnapshot In some sparserevlog case where a lot of the history has to be searched for a snapshot, the cost of issnashot cost becomes significant. The computation done by the method is fairly low level, a native implementation provide a very significant speedup. example affected manifest write before: 0.490375s after: 0.114989s (-76%)

File last commit:

r41064:15f78383 default
r41118:a28833d7 default
Show More
test-revlog-raw.py.out
6 lines | 129 B | text/plain | TextLexer
/ tests / test-revlog-raw.py.out
local test passed
addgroupcopy test passed
clone test passed
lowlevelcopy test passed
slicing test passed
issnapshot test passed