mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-22 03:46:20 +08:00
Update README.md
This commit is contained in:
parent
fe197c7db2
commit
7ab7e1cee4
@ -11,7 +11,7 @@
|
||||
[](https://www.codefactor.io/repository/github/irainman/fast_float)
|
||||
|
||||
*Note: This library is for C++ users. C programmers should consider [ffc.h](https://github.com/kolemannix/ffc.h).
|
||||
## Also you can use C++ with some additional options to maximize performance and reduce size (made by HedgehogInTheCPP, please give a star to this repo):
|
||||
## 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 ^^ :
|
||||
|
||||
There is a really common use case in mathematical and other abstract syntax tree (AST)-like parsers that already processes
|
||||
the sign and all other symbols before any number by itself. In this case you can use FastFloat to only parse positive numbers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user