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

Make Rust's write! faster #1

Open
dtolnay opened this issue Jun 26, 2016 · 1 comment
Open

Make Rust's write! faster #1

dtolnay opened this issue Jun 26, 2016 · 1 comment
Assignees

Comments

@dtolnay
Copy link
Owner

dtolnay commented Jun 26, 2016

This crate should not be necessary. It should be possible to optimize write!(&mut buf, "{}", value) to do what this crate does.

@jhpratt
Copy link

jhpratt commented Feb 5, 2021

Four and a half years on, has there been any discussion of this among the relevant team (libs, presumably)?.

Could this crate be included as a dependency of std, in the same way that hashbrown & others are?

Repository owner deleted a comment from Keats Dec 12, 2021
Repository owner locked and limited conversation to collaborators May 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants