This repository is a companion to the switchcaselab blog. Each post with runnable code has a directory here.
- From the dumbest case-conversion to SIMD — a benchmark journey: A deep dive into character case-conversion algorithms, walking through naïve implementations up to highly optimized SIMD versions. You can find the code here.