Skip to content

chrooti/parsing_integers_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simd_parse_int

simd_parse_int offers a single parse function that parses a u8 slice into an usize. Only tested on x86_64, requires SSE and nightly rust.

Performance profile is the same as atoi_simd and a naive loop for integers with ~10 digits and pulls away to around 2x perf at ~20 digits. Measured on a 3900x by enabling SSE only, YMMV.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published