C++ Is Faster and Safer Than Rust: Benchmarked by Yandex

Spoiler: C++ is not faster or slower – that’s not the point, actually. This article continues our good tradition of busting myths about the Rust language shared by some big-name Russian companies. Read more

Similar

Rust Tokio Podcast Interview

In this podcast episode of Security Headlines: Carl Lerche, Rust developer and maintainer of the popular Rust programming library Tokio joins us. He walks us through what Rust and Tokio is, how companies are building their stacks with Rust. This and a lot... (more…)

Read more »

What is Rust and why is it so popular?

Rust has been Stack Overflow's most loved language for four years in a row, indicating that many of those who have had the opportunity to use Rust have fallen in love with it. However, the roughly 97% of survey respondents who haven't used Rust may wonder... (more…)

Read more »

Arenas in Rust

There’s been some discussion about arenas in Rust recently, and I thought I’d write about them. Arenas aren’t something you would typically reach for … (more…)

Read more »