oxc/crates/oxc_diagnostics
Luca Bruno 92c21b266e
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.
2024-06-25 17:55:53 +08:00
..
src perf(diagnostics): optimize string-buffer reallocations (#3897) 2024-06-25 17:55:53 +08:00
Cargo.toml Release crates v0.15.0 (#3743) 2024-06-19 01:15:55 +08:00
CHANGELOG.md Release crates v0.14.0 (#3643) 2024-06-12 17:52:41 +08:00