Skip to content

Brutish but fast atof - text to double float conversion for limited magnitude numbers

Notifications You must be signed in to change notification settings

compmeist/fast-atof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

fast-atof ( C language )

Limited magnitude conversion from text to double precision floating point.

Unrolled code allows for further compiler optimization

In my test, the routine was 3x faster than the library atof()

About

Brutish but fast atof - text to double float conversion for limited magnitude numbers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages