Knew it'd be SIMD. Such an underrated feature of modern CPUs. Hopefully with cross-platform SIMD in Rust and Golang, it'll be more commonly used.<p>Thinking parallel gets you enormous speed benefits for any number of arbitrary algorithms: <a href="https://mcyoung.xyz/2023/11/27/simd-base64/" rel="nofollow">https://mcyoung.xyz/2023/11/27/simd-base64/</a>