-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Box::new() performance regression between 1.18 and 1.19 beta #42562
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
Comments
I tested on nightly, it's about 140 times slower than 1.18 stable on my system. |
You're not measuring |
I think this is related #24194 (comment) |
Fix is #42410 |
You could use |
Closing as a duplicate of #24194 |
It seems there is a performance regression related to
Box::new()
between 1.18 and 1.19 beta.In Release/Stable:
In Release/Beta, it's ~200× slower:
https://is.gd/AaDx3A
The text was updated successfully, but these errors were encountered: