Mercurial > hg
comparison hgweb.cgi @ 45550:29a259be6424
phases: fix performance regression with Python 2
Unlike Python 3, xrange doesn't support efficient "in" and uses a linear
time scan instead. Expand the condition to handle it fast.
Differential Revision: https://phab.mercurial-scm.org/D9072
author | Joerg Sonnenberger <joerg@bec.de> |
---|---|
date | Wed, 23 Sep 2020 14:44:21 +0200 |
parents | d58a205d0672 |
children | c102b704edb5 |
comparison
equal
deleted
inserted
replaced
45549:e9468f14379a | 45550:29a259be6424 |
---|