Closed kbrock closed 2 months ago
Thanks @Fryguy Something in your comment triggered this thought.
Resolves performance issue introduced in #509 when it looks up all python packages associated with the system rpms. (dropping an N+1 for the win)
time VERBOSE=true ./requirements.rb requirements.txt \ /usr/lib/python3.9/site-packages/ansible_collections/ > new_requirements.txt
real 0m5.443s
real 0m0.778s
But it feels 20x faster
Thanks @Fryguy Something in your comment triggered this thought.
Resolves performance issue introduced in #509 when it looks up all python packages associated with the system rpms. (dropping an N+1 for the win)
Before
After
But it feels 20x faster