·9 min read·cpp
Programming L-caches
A practical guide to CPU caches, sparked by a slow laptop. Learn how simple changes to your loops and data structures can dramatically speed up your code.
Read article
2 articles tagged with #cpp
A practical guide to CPU caches, sparked by a slow laptop. Learn how simple changes to your loops and data structures can dramatically speed up your code.
A quick LeetCode solution taught me why C++ lambda return type deduction is pickier than I thought.