Mercurial > hg
comparison hgext/record.py @ 16665:e410be860393
revlog: speed up prefix matching against nodes
The radix tree already contains all the information we need to
determine whether a short string is an unambiguous node identifier.
We now make use of this information.
In a kernel tree, this improves the performance of
"hg log -q -r24bf01de75" from 0.27 seconds to 0.06.
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Sat, 12 May 2012 10:55:08 +0200 |
parents | d388c3fc8319 |
children | 525fdb738975 b013baa3898e |
comparison
equal
deleted
inserted
replaced
16664:5bc6edf71b39 | 16665:e410be860393 |
---|