Hacker News
- How to unit test code that depends on time https://playfulprogramming.blogspot.com/2023/12/about-time.html 139 comments
- Cache-optimizing a priority queue http://playfulprogramming.blogspot.com/2015/08/cache-optimizing-priority-queue.html 2 comments
- How to unit test code that depends on time https://playfulprogramming.blogspot.com/2023/12/about-time.html 93 comments programming
- About time: how to unit test code that depends on time https://playfulprogramming.blogspot.com/2023/12/about-time.html 2 comments cpp
- The accidentally sliced CRTP base https://playfulprogramming.blogspot.com/2020/12/the-accidentally-sliced-crtp-base.html 17 comments cpp
- When performance guarantees hurts performance: std::visit https://playfulprogramming.blogspot.com/2018/12/when-performance-guarantees-hurts.html 21 comments cpp
- DRY multicomparisons https://playfulprogramming.blogspot.com/2018/07/dry-multicomparisons.html 31 comments cpp
- Performance of flat maps http://playfulprogramming.blogspot.com/2017/08/performance-of-flat-maps.html 19 comments cpp
- constexpr quicksort in C++17 http://playfulprogramming.blogspot.com/2017/06/constexpr-quicksort-in-c17.html 12 comments cpp
- Generate lambdas for clarity and performance http://playfulprogramming.blogspot.com/2017/01/generate-lambdas-for-clarity-and.html 9 comments cpp
- Serializing structs with C++17 structured bindings http://playfulprogramming.blogspot.com/2016/12/serializing-structs-with-c17-structured.html 4 comments cpp
- Cache Optimizing a Priority Queue http://playfulprogramming.blogspot.com/2015/08/cache-optimizing-priority-queue.html 11 comments programming
- Playful Programming: Performance observations on a C++ vector of lambdas http://playfulprogramming.blogspot.com/2015/06/performance-observations-on-c-vector-of.html 20 comments cpp