Skip to content

Conversation

paolobarbolini
Copy link
Contributor

@paolobarbolini paolobarbolini commented Oct 28, 2022

itoa 0.4 used mem::uninitialized, which is a very bad API as it's way of doing uninitialized memory goes against Rust's memory model. Starting from 1.64 it's slower because of the forced memory initialization it does to avoid the unsoundness

@lambda-fairy lambda-fairy merged commit 81ace85 into lambda-fairy:main Oct 29, 2022
@lambda-fairy
Copy link
Owner

Thanks!

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 this pull request may close these issues.

2 participants