Posts
All the articles I've posted.
-
Bit-twiddling vs. Logic in Modern C++
Published:Why `if (a & b)` is not a free lunch.
-
Unique Id Generator Survey
Published:I compare seven widely used pseudo-random unique-ID generators.
-
FastCode.Guru Website, Inside & Out
Published:How a $3 Domain, Hugo 0.147, and Cloudflare Pages power a lightning-fast C++ blog.
-
Effective Modern C++: Writing Clean, Bug-Free, and High-Performance Code
Published:Today, I want to share my insights on how to leverage modern C++ features to write code that's not only fast but also clean and reliable.