Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf: Buffer stderr when writing json errors/warnings
Since `stderr` is unbuffered, writing out json messages actually take up about ~10%/0.1s of the runtime of the `inflate` benchmark. cc rust-lang#64413
- Loading branch information