Hi All,
I saw
https://github.com/ansible/ansible/issues/69424 indicated that type annotations was not considered for the ansible code base. I would like to revist this topic and share the added on ability to potentially "compile" ansible using mypyc to get performance and resource usage wins for anisble itself.
I personally run ansible-playbook over my personal infra of 6 VPS's and home routers and am very surprised at the resources it uses to do so.
Here is some good points on why this could be a good thing to support:
- We also converted black (as I am a maintainer) to mypyc and saw a ~2x speedup
I understand this is a large undertaking, but was just wanting to see peoples point of views here. Thoughts?