1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-05-16 22:44:54 +00:00
community.general/lib
Dag Wieers 1ca4add91c 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-output
2016-11-17 12:33:04 -05:00
..
ansible Performance improvement using in-operator on dicts 2016-11-17 12:33:04 -05:00