##// END OF EJS Templates
sparse-revlog: introduce native (C) implementation of slicechunktodensity...
sparse-revlog: introduce native (C) implementation of slicechunktodensity This is a C implementation of `_slicechunktodensity` in the `mercurial/revlogutils/deltas.py` file. The algorithm involves a lot of integer manipulation and low-level access to index data. Having a C implementation of it raises a large performance improvement. See later changeset in this series for details.

File last commit:

r32206:c4858385 default
r40743:cc76ca9f default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer