Skip to content

Commit 7ab7e1c

Browse files
authored
Update README.md
1 parent fe197c7 commit 7ab7e1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
[![CodeFactor](https://www.codefactor.io/repository/github/irainman/fast_float/badge)](https://www.codefactor.io/repository/github/irainman/fast_float)
1212

1313
*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 options to 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 ^^ :
1515

1616
There is a really common use case in mathematical and other abstract syntax tree (AST)-like parsers that already processes
1717
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

Comments
 (0)