diff options
author | Carsey, Jaben </o=Intel/ou=Americas01/cn=Workers/cn=Carsey, Jaben> | 2018-04-06 07:13:52 +0800 |
---|---|---|
committer | Yonghong Zhu <yonghong.zhu@intel.com> | 2018-04-10 10:05:11 +0800 |
commit | b74b419a0156fbc60423c721165b3741469bc1a1 (patch) | |
tree | 46c53a1f4e68ac8ce610724f1c5b76c7b76786f4 /BaseTools/Source/Python/AutoGen/GenVar.py | |
parent | a993dc03abf55bac0eead1efea7c4d15b8b8894a (diff) | |
download | edk2-b74b419a0156fbc60423c721165b3741469bc1a1.tar.gz edk2-b74b419a0156fbc60423c721165b3741469bc1a1.tar.bz2 edk2-b74b419a0156fbc60423c721165b3741469bc1a1.zip |
BaseTools: sets are faster to check via "in" due to hashing
switch list to set:
1)we dont care about order
2)we only check for membership.
then remove ".keys()" from dict looping:
allow generators opportunity to optimize
Cc: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
Diffstat (limited to 'BaseTools/Source/Python/AutoGen/GenVar.py')
0 files changed, 0 insertions, 0 deletions