-
Notifications
You must be signed in to change notification settings - Fork 0
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
Project Stalled #1
Comments
Maybe it's a good idea to improve the libstd implementation? I.e. instead of using |
Maybe! But I think a real issue is that the program should get to choose what buffering algorithm is used. This has worked out real well for UNIX, and I see no reason why it is not the idea here. No heuristic is needed except as a default: let the program override it. Mostly, I need to find a student to work on this with me 😀 |
Maybe something like |
Aha just realized that there are issues related to that in rust and you havealready commented there rust-lang/rust#58326 |
And there's an ongoing proposal under discussion rust-lang/libs-team#148 |
Also a PR to change stdout to use block buffering if stdout is not interactive rust-lang/rust#60673 |
Boy has this project gotten stalled. Need to go back to it. Apologies.
The text was updated successfully, but these errors were encountered: