Fearless Programming with Rust

Senyo Simpson discusses how Rust’s core values lead to “fearless programming.” He shares front-line experience with Rust, including its application in a high-performance proxy. He explores the language’s strengths in predictability and correctness, while … Read more

Similar

Speed of Rust vs. C

The run-time speed and memory usage of programs written in Rust should about the same as of programs written in C, but overall programming style of these languages is different enough that it's hard to generalize their speed. This is a summary of where th... (more…)

Read more »