Login
From:
Daniel Lemire's blog
(Uncensored)
subscribe
Scan HTML faster with SIMD instructions: Chrome edition
https://lemire.me/blog/2024/06/08/scan-html-faster-with-simd-instructions-chrome-edition/
links
backlinks
Tagged with:
performance
Roast topics
Find topics
Find it!
Modern processors have instructions to process several bytes at once. Effectively all processors have the capability of processing 16 bytes at once. These instructions are called SIMD, for single instruction, multiple data.