Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark direct writing vs using io::Stdout #17

Closed
Thomasdezeeuw opened this issue May 12, 2019 · 1 comment · Fixed by #26
Closed

Benchmark direct writing vs using io::Stdout #17

Thomasdezeeuw opened this issue May 12, 2019 · 1 comment · Fixed by #26

Comments

@Thomasdezeeuw
Copy link
Owner

Following rust-lang/rust#60673, it might be faster to write to fd 1/2 directly, skipping the mutex and line buffering.

@Thomasdezeeuw
Copy link
Owner Author

#20 implemented this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant