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>
First time I hear about HighLoad. Seems really interesting to me on the first glance. I personally find SIMD and ISA/μarch-specific optimizations more rewarding than pure algorithmic challenges (codeforces and such).<p>Though Haswell seems like a pretty obsolete platform to optimize for at this point. Even Skylake will be a decade old next year.