mercurial/utils/__init__.py
author Yuya Nishihara <yuya@tcha.org>
Mon, 10 Sep 2018 22:34:19 +0900
changeset 39538 238a1480d7ad
parent 36607 c6061cadb400
permissions -rw-r--r--
ancestor: use heapreplace() in place of heappop/heappush() This should be slightly faster. Overall perfancestors result:: cpython nginx mercurial ------------- ---------------- ---------------- ---------------- b6db2e80a9ce^ 0.103461 0.006303 0.035716 8eb2145ff0fb 0.192307 (x1.86) 0.012115 (x1.92) 0.052135 (x1.46) this patch 0.139986 (x1.35) 0.006389 (x1.01) 0.037176 (x1.04)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines: