Tag: Cache Efficiency
All the articles with the tag "Cache Efficiency".
-
Bit-twiddling vs. Logic in Modern C++
Published:Why `if (a & b)` is not a free lunch.
-
Mastering C++ Range-Based For Loops: Performance Patterns You Need to Know
Published:Range-based for loops, introduced in C++11, are one of my favorite features for writing cleaner, more maintainable code.