Hacker News new | ask | show | jobs
by lifthrasiir 1707 days ago
The ASCII special case is especially important when you apply casing operations to a run of code points, where you can leverage SIMD or any bitwise trickery to convert a block of ASCII characters and fall back to a slow iteration otherwise.