VMois / mojo-atol-simd

Converting string to integer in Mojo using SIMD (supports up to 16 chars as of now)
MIT License
2 stars 0 forks source link

Investigate Daniel Lemire's approach to 8-bit parsing #2

Open VMois opened 4 months ago

VMois commented 4 months ago

https://lemire.me/blog/2023/11/28/parsing-8-bit-integers-quickly/

VMois commented 4 months ago

Similar approach to what atol-simd uses now is also described in another article - https://lemire.me/blog/2023/09/22/parsing-integers-quickly-with-avx-512/