itoa icon indicating copy to clipboard operation
itoa copied to clipboard

Make Rust's `write!` faster

Open dtolnay opened this issue 9 years ago • 1 comments

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

dtolnay avatar Jun 26 '16 13:06 dtolnay

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?

jhpratt avatar Feb 05 '21 08:02 jhpratt