Gazelle is a Bazel build file generator for Bazel projects. It natively supports Go and protobuf, and it may be extended to support new languages and custom rule sets.
What package or component does this PR mostly affect?
gazelle core
What does this PR do? Why is it needed?
This is a simple change that is a ~2%+ improvement on our medium-sized repo. (The 2% is easily measurable; there is also decreased GC pressure which is spread out)
What type of PR is this? Perf improvement
What package or component does this PR mostly affect? gazelle core
What does this PR do? Why is it needed? This is a simple change that is a ~2%+ improvement on our medium-sized repo. (The 2% is easily measurable; there is also decreased GC pressure which is spread out)
Which issues(s) does this PR fix?
Fixes #
Other notes for review