Hacker News
- Bypassing the Branch Predictor https://nicula.xyz/2025/03/10/bypassing-the-branch-predictor.html 2 comments
- Improving on std:count_if()'s auto-vectorization https://nicula.xyz/2025/03/08/improving-stdcountif-vectorization.html 45 comments
- A Clang regression related to switch statements and inlining https://nicula.xyz/2025/02/16/clang-and-big-switches.html 3 comments
- A Clang regression related to switch statements and inlining https://nicula.xyz/2025/02/16/clang-and-big-switches.html 8 comments
- Bypassing the branch predictor https://nicula.xyz/2025/03/10/bypassing-the-branch-predictor.html 18 comments cpp
- Improving on std::count_if()'s auto-vectorization https://nicula.xyz/2025/03/08/improving-stdcountif-vectorization.html 26 comments cpp
- Getting rid of unwanted branches with __builtin_unreachable() https://nicula.xyz/2025/02/23/unwanted-branches.html 23 comments cpp
- Eliminating redundant bound checks https://nicula.xyz/2025/02/12/eliminating-bound-checking.html 20 comments cpp