mirror of https://github.com/ansible/ansible.git
Performance improvement using in-operator on dicts
Just a small cleanup for the existing occurrences. Using the in-operator for hash lookups is faster than using .keys() http://stackoverflow.com/questions/29314269/why-do-key-in-dict-and-key-in-dict-keys-have-the-same-outputpull/18777/head
parent
b06003e5d2
commit
a417a4f4b3
Loading…
Reference in New Issue