tafia / calamine

A pure Rust Excel/OpenDocument SpreadSheets file reader: rust on metal sheets
MIT License
1.6k stars 155 forks source link

Use atoi_simd for SIMD accelerated &[u8] to integer conversion #378

Open jqnatividad opened 7 months ago

jqnatividad commented 7 months ago

The polars project uses it heavily and it should give a noticeable performance boost.

https://crates.io/crates/atoi_simd