You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Note: This library is for C++ users. C programmers should consider [ffc.h](https://github.com/kolemannix/ffc.h).
14
-
## Also you can use C++ with some additional optionsto maximize performance and reduce size (made by HedgehogInTheCPP, please give a star to this repo):
14
+
## This is a fork of fast_float made by HedgehogInTheCPP with some additional options, code refactoring and big cleanup to maximize performance, reduce size and improve mainteinability, please give a star to this repo ^^ :
15
15
16
16
There is a really common use case in mathematical and other abstract syntax tree (AST)-like parsers that already processes
17
17
the sign and all other symbols before any number by itself. In this case you can use FastFloat to only parse positive numbers
0 commit comments