Skip to content

bmilanich/charconv-simd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Converting between numbers and string representation is traditionally done with a simple loop, processing one digits at a time. While it's simple and pretty fast, it's inherently inefficient. Many protocols perform this conversion and its performance matters. It can be made much faster using AVX, and hopefully can be dome with std when C++ gets standard SIMD library.

About

Using SIMD for faster string<->number conversion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors