revlog: implement fast_rank retrieval in C...
revlog: implement fast_rank retrieval in C
This will be useful in particular to avoid going through the Python interpreter
in native Rust functions.
Differential Revision:
https://phab.mercurial-scm.org/D12209