Copy Elision in C++17
Copy Elision is an optimization technique in ...
Unroll for-loops in C++
Overview Loop unrolling is a widely used tech ...
Use non-Bazel Libraries in Bazel Project
One may want to use external libraries that B ...
Compute Exclusive OR(xor) of Consecutive Integers
This page shows how to calculate xor of nonne ...
Throw away pack expansion results in C++
This article describes how to throw away temp ...
Handle permutations with duplicates at compile time
I created a simple library that handles permu ...
`Constraints` improves readability of SFINAE code
This page introduces the Constraints pattern, ...