1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/units
AlanCoding 153c9bd539 Reduce recursion within group methods
This offers an optimization that allows loading larger
inventories of various structure by improving the
scaling laws involved for adding hosts and groups.

The primary speed benefit is the elimination of duplicate
recusion from traversing converging paths.
2018-04-05 18:38:44 -04:00
..
cli
config
contrib
errors
executor
inventory_test_data/group_vars
mock
module_utils
modules
parsing
playbook
plugins Reduce recursion within group methods 2018-04-05 18:38:44 -04:00
template
utils
vars
__init__.py
ansible.cfg
conftest.py
test_constants.py