Macil

joined 1 year ago
[–] [email protected] 1 points 6 months ago* (last edited 6 months ago)

Rust is the only language with the same low-level memory model of C/C++ (no garbage collector, focus on zero cost abstractions, etc) while also being memory-safe (like nearly all popular modern languages besides C/C++). Before Rust, you often had to choose between memory safety and performance.