this post was submitted on 22 Oct 2024
64 points (100.0% liked)

Rust

5953 readers
8 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] KamikazeRusher@lemm.ee 4 points 2 weeks ago (1 children)

There are only going to be edge-cases where the binary size will really cause headache. Individual projects probably won’t worry too much about a size difference if it’s less than 10-20MB.

[–] JoYo@lemmy.ml 2 points 2 weeks ago (1 children)

my whole career is those edge cases

[–] KamikazeRusher@lemm.ee 7 points 2 weeks ago

I don’t doubt that some places care about a 1MB size difference. After all, some embedded systems with limited storage need every megabyte they can spare.