(no title)
notorandit | 27 days ago
Rust is a programming language. Performance is a mix of programmer's ability, clever design and compiler optimizations.
notorandit | 27 days ago
Rust is a programming language. Performance is a mix of programmer's ability, clever design and compiler optimizations.
jvanderbot|27 days ago
Many supporting crates reinforced this. Rayon, Tokio (though not "performant", it was an improvement over naive impl), etc made jumping from hello world to parallel/concurrent execution pretty simple.
But I'm glad to see the downturn on that hype cycle.
koakuma-chan|27 days ago