this post was submitted on 20 Dec 2023
47 points (94.3% liked)

Rust

6049 readers
34 users here now

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

Wormhole

[email protected]

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
47
Rust is growing (flawless.dev)
submitted 11 months ago by snaggen to c/rust
you are viewing a single comment's thread
view the rest of the comments
[–] GarlicToast 1 points 11 months ago

Got the OK to try Rust as a Python replacement for a small internal tool when we maxed the system's RAM. The Rust version took 1/10 the memory.

After after a few more internal successful changes to Rust, we now have one public tool developed in Rust.

The language is amazimg. Used to be C for performance, Python for the rest. No more C for us. We even use Python less.