Instead of filtering then iterating, just iterate through everything and apply filter inline. This will help avoid allocation for filter iterator and improve if early match is found. |
||
---|---|---|
.. | ||
src | ||
agent-tooling.gradle |
Instead of filtering then iterating, just iterate through everything and apply filter inline. This will help avoid allocation for filter iterator and improve if early match is found. |
||
---|---|---|
.. | ||
src | ||
agent-tooling.gradle |