Update README.md

This commit is contained in:
Daniel Lemire 2022-07-24 12:44:28 -04:00 committed by GitHub
parent b823bbc8a0
commit 267b118aec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,8 @@ We support all major compilers: Visual Studio, GNU GCC, LLVM Clang. We require C
The core of this library was ported to Go by Nigel Tao and is now a standard float-parsing routine in Go (`strconv.ParseFloat`).
**We encourage users to adopt [fast_float](https://github.com/fastfloat/fast_float) library instead. It has more functionality and greater speed in some cases.**
## Reference