rust-num / num

A collection of numeric types and traits for Rust.
Apache License 2.0
1.05k stars 145 forks source link

SIMD integer parsing #393

Open pickfire opened 4 years ago

pickfire commented 4 years ago

https://kholdstare.github.io/technical/2020/05/26/faster-integer-parsing.html http://0x80.pl/articles/simd-parsing-int-sequences.html https://github.com/simd-lite/simd-json/issues/132

cuviper commented 4 years ago

I don't really want to get into the general business of parsing, but maybe SIMD could be useful for the parsing in num-bigint in particular.