Hacker News new | ask | show | jobs
by vardump 990 days ago
> Which boils down to add, add, cmp, cmov on x86.

By using SIMD instructions like AVX2 you can do 32 characters in parallel. With AVX512, 64.

Pretty easy to write something way faster by not using a LUT.