sapling/eden/scm/edenscm/hgdemandimport
Xavier Deguillard 7182c8c2ca hgdemandimport: use a set for the ignored modules
Summary:
A set gives us constant time test, while list requires a linear search. This
may speedup the importer slightly.

Reviewed By: quark-zju

Differential Revision: D19674449

fbshipit-source-id: 994a5303114d54b9cd40469b7cfe4b35e2515729
2020-01-31 17:31:23 -08:00
..
__init__.py demandimport: blacklist windll 2019-12-10 17:53:39 -08:00
demandimportpy2.py hgdemandimport: use a set for the ignored modules 2020-01-31 17:31:23 -08:00
demandimportpy3.py hgdemandimport: use a set for the ignored modules 2020-01-31 17:31:23 -08:00