-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.I-heavyIssue: Problems and improvements with respect to binary size of generated code.Issue: Problems and improvements with respect to binary size of generated code.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.

Description
I went to this page:
https://forge.rust-lang.org/other-installation-methods
and I discovered that the download is 203 MB. This was surprising to me, so I
looked at other languages:
Language | Size | Link |
---|---|---|
Go | 135 MB | https://golang.org/dl |
Perl | 102 MB | http://strawberryperl.com/releases.html |
Julia | 50 MB | https://julialang.org/downloads |
Python | 25 MB | https://python.org/downloads/release/python-373 |
PHP | 25 MB | https://windows.php.net/download |
D | 23 MB | https://dlang.org/download.html |
Nim | 19 MB | https://nim-lang.org/install_windows.html |
Ruby | 11 MB | https://rubyinstaller.org/downloads |
So Rust is 70% larger than Go. Or to put another way, Rust is larger than Julia,
Python, PHP, D, Nim and Ruby combined. Can anything be done about this or is
the large size unavoidable?
lilydjwg, kornelski, scurest, PatMyron, NOVA-ME and 4 moreiago-litoscottmcm
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.I-heavyIssue: Problems and improvements with respect to binary size of generated code.Issue: Problems and improvements with respect to binary size of generated code.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.