Comparing Parallel Rust and C++

In this tutorial, we will implement a Rust program that attempts to utilize 100% of the theoretical capacity of three relatively modern, mid-range CPUs.
We’ll use an existing, highly efficient C++ implementation as a reference point to compare how our Rus… Read more

Similar

Rust compiler performance

Perhaps the most often repeated complaint about Rust is its slow feedback loop and long compilation times. I hear about it all the time; in Rust podcasts, blog posts, surveys, conference talks or offline discussions. I also regularly complain about it, be... (more…)

Read more »

Rust 2020

A while back the Rust team did their annual call for blog posts asking for perspective on what the community thinks the next year in Rust should look like. Here are my thoughts (albeit a bit late). Process and Governance The most important issues for the ... (more…)

Read more »