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

Deprecate io module #3552

Closed
Tracked by #3489
kt3k opened this issue Aug 19, 2023 · 1 comment · Fixed by #3556
Closed
Tracked by #3489

Deprecate io module #3552

kt3k opened this issue Aug 19, 2023 · 1 comment · Fixed by #3556

Comments

@kt3k
Copy link
Member

kt3k commented Aug 19, 2023

APIs in io are based on the legacy Reader/Writer interfaces. We should deprecate io before stabilizing std.

part of #3489

@iuioiua
Copy link
Contributor

iuioiua commented Aug 23, 2023

Are web-streams-equivalent solutions on par with the performance of Reader/Writer solutions? If not, users can expect a performance hit due to this deprecation. Last time I checked, a web streams version of x/r2d2 would be slower than the Reader/Writer, though not majorly.

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

Successfully merging a pull request may close this issue.

2 participants