about summary refs log tree commit diff
path: root/docs/dev/debugging.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-01-27 23:33:06 +0000
committerGitHub <noreply@github.com>2020-01-27 23:33:06 +0000
commit912776fd9547d1d28b4cba7e4a41e5391fc12c21 (patch)
tree3b4137a41a8e2ad8a7baf20be9ec55c728a8b42f /docs/dev/debugging.md
parent5dd8f8e26f2a62f5e7e4da50dcdfde344f6d31b9 (diff)
parentc34571c19e727654139a27c5b9d656485fb516f9 (diff)
downloadrust-912776fd9547d1d28b4cba7e4a41e5391fc12c21.tar.gz
rust-912776fd9547d1d28b4cba7e4a41e5391fc12c21.zip
Merge #2916
2916: Buffer reads from cargo check's stdout r=matklad a=lnicola

`Stdio::piped()` is unbuffered, which caused RA to read the output of `cargo check` one byte at a time (out of 114KB in my test).

This isn't obviously faster on my system, but making fewer syscalls sounds like a good idea.

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Diffstat (limited to 'docs/dev/debugging.md')
0 files changed, 0 insertions, 0 deletions