C++, move aside?
I recently read Nicolai Josuttis's book about C++ move semantics. It's an excellent book. Detailed, well organized, and full of good explanations and … ...more
I recently read Nicolai Josuttis's book about C++ move semantics. It's an excellent book. Detailed, well organized, and full of good explanations and … ...more
In a paper published in 2016, a group of Google engineers describes Google's network load load balancer called Maglev. This system uses a new (at the … ...more
If you want to see the power of Zig's comptime, look no further than MultiArrayList. This collection stores the data of a list of structs in struct of… ...more
After several years in JVM and JavaScript land, I recently started working with C++ again. To catch up on the latest (and exciting) developments such … ...more
I remember writing my own Python Makefile generator for C++ and Java projects back in the day and being delighted when Maven emerged as the de-facto s… ...more