Mercurial > hg
comparison .hgignore @ 35130:8287df8b7be5
hbisect: use a defaultdict to avoid large allocations for a large changelogs
We can avoid a SPACE(len(changelog)) allocation by using a defaultdict.
Test Plan:
python run-tests.py test-bisect*
Differential Revision: https://phab.mercurial-scm.org/D1499
author | David Soria Parra <davidsp@fb.com> |
---|---|
date | Thu, 23 Nov 2017 14:13:14 -0800 |
parents | 91ae09010950 |
children | bd8875b6473c |
comparison
equal
deleted
inserted
replaced
35129:ec25c8275cfa | 35130:8287df8b7be5 |
---|