this post was submitted on 20 Dec 2025
72 points (97.4% liked)

Rust

7591 readers
12 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] bhamlin@lemmy.world -4 points 2 days ago (8 children)

It kinda feels like cheating for rust to publish a list of reasons why rust people like rust...

I like rust too, but this feels more like advertising than useful commentary on the language and its tools.

[–] Shanmugha@lemmy.world -1 points 1 day ago (1 children)

Well, it really is. Went for Rust from Python and gained faster execution - wooow, no waaaay. No other language can do that (sarcasm, and to add more to it: did they ever try to actually optimise code first?)

[–] fruitcantfly@programming.dev 2 points 1 day ago (1 children)

The way to really optimize Python code, is by reducing the amount of Python code in your program, since Python itself is dog slow. Instead, you want to offload as much of the work as possible to modules written in compiled languages. So completely switching to Rust, or another compiled language, is simply taking that strategy to its logical conclusion

[–] Shanmugha@lemmy.world 1 points 1 day ago (1 children)

Now that should be weighted against the amount of work the rewrite is, among other factors. But anyway the article does not give any specifics

[–] fruitcantfly@programming.dev 1 points 16 hours ago (1 children)

That's the case of for any optimization work, really

[–] Shanmugha@lemmy.world 1 points 15 hours ago

Hence my question above

load more comments (6 replies)