##// END OF EJS Templates
revlog: add a C implementation of `headrevsdiff`...
revlog: add a C implementation of `headrevsdiff` Python implementation of `headrevsdiff` can be very slow in the worst case compared with the `heads` computation it replaces, since the latter is done in C. Even the average case of this Python implementation is still noticeable in the profiles. This patch makes the computation much much faster by doing it in C.

File last commit:

r34398:765eb17a default
r52289:3f37d80d default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer