perf(codegen): restructure print_comments to avoid index comparisons in loop#17402
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #17402 will not alter performanceComparing Summary
Footnotes
|
fbeb783 to
55395f8
Compare
Merge activity
|
…in loop (#17402) The idea is that this is a hot-ish path, so if we can remove the index checks from within the hot loop, it should be faster
d2e530b to
7ec39d0
Compare
55395f8 to
722fffa
Compare

The idea is that this is a hot-ish path, so if we can remove the index checks from within the hot loop, it should be faster