Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(diagnostics): optimize string-buffer reallocations (#3897)
This improves `GraphicalReportHandler` logic by using a string-buffer with a capacity hint. That avoids growing the buffer from zero each time, saving a bunch of reallocations.
- Loading branch information