-
Notifications
You must be signed in to change notification settings - Fork 13k
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
The total Rust archive size has intensified recently #62486
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Yes, this is an expected regression by #59800. |
See also #61978 |
This contains justification of the change: #56987 (comment) This contains suggestions on decreasing the size: #56987 (comment) There are big improvements in compilation speed, but mostly only startup improvements (relative speedup increasing the smaller the crate is), which makes sense if you read the comment by @alexcrichton I've linked above: there is less work to do at load time of the binary. |
My own suggestion: #59800 (comment) - reproduced below:
|
Edit:
The total Rust archive size has intensified recently.
Is this a regression caused by #59800 ?
cc @Zoxc (for the PR), @Centril (infra team)
The text was updated successfully, but these errors were encountered: