this post was submitted on 04 Apr 2024
20 points (100.0% liked)

Rust

5999 readers
23 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
[โ€“] SorteKanin@feddit.dk 8 points 7 months ago (5 children)

I wish people would focus less on the performance. Performance is the least interesting aspect of Rust.

[โ€“] snaggen@programming.dev 8 points 7 months ago

I agree. I have written server software my entire career, and the need for performance is a corner case in my experience. The never crash in runtime aspect of rust should get much more attention (I know it can panic, but that really never happens in practice unless you use unwrap or smilar).

load more comments (4 replies)