C++ Coroutines Do Not Spark Joy

made by Malte Skarupke, submitted by Mai
C++20 added support for coroutines. This blog post investigates their value in practice.

A Logarithm is Just the Number of Digits

made by Malte Skarupke, submitted by Mai
This is a fun, simple blog post about mathematical intuition.

Using TLA+ in the Real World to Understand a Glibc Bug

made by Malte Skarupke, submitted by nicholasbs
A detailed analysis of using TLA+ to solve a bug in complex, real-world code.

Partial Scaling – How to do Half a Multiplication

made by Malte Skarupke, submitted by Mai
A great blog post about dealing with the surprising trickiness of scaling 3D objects.

I Wrote a Faster Sorting Algorithm

made by Malte Skarupke, submitted by nicholasbs
An in-depth blog post about writing an optimized radix sort that's faster than C++'s std::sort for many inputs.