this post was submitted on 31 Aug 2023
105 points (94.1% liked)

Rust

5778 readers
35 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
[–] keardap@lemmy.selfhost.quest 18 points 1 year ago

Working on scientific code, Rust is amazing.

We used to either code in C or Python. Now Python is only used for data analysis pre-post computation.

The code is as fast as in C, the compiler is great at helping us prototype without bugs, memory usage is lower.

We dropped C complelty and reducing our usage of Python.