-
- Downloads
[TASK] Performance related changes.
if foo is not None is slightly faster than if foo != None. for foo in my_dict is faster than for foo in my_dict.iterkeys()
Showing
- hshetl/__init__.py 2 additions, 2 deletionshshetl/__init__.py
- hshetl/entities.py 4 additions, 4 deletionshshetl/entities.py
- hshetl/extractors.py 3 additions, 3 deletionshshetl/extractors.py
- hshetl/jobs.py 6 additions, 6 deletionshshetl/jobs.py
- hshetl/loaders.py 2 additions, 2 deletionshshetl/loaders.py
- hshetl/transformers.py 3 additions, 3 deletionshshetl/transformers.py
Please register or sign in to comment