mirror of
https://github.com/lemire/fast_double_parser.git
synced 2025-04-03 20:04:57 +00:00
Deprecation notice at top
This commit is contained in:
parent
d2e8f223e7
commit
b94e499b22
1 changed files with 2 additions and 5 deletions
|
@ -1,3 +1,5 @@
|
|||
**Deprecated; 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.**
|
||||
|
||||
# fast_double_parser: 4x faster than strtod
|
||||
/badge.svg)/badge.svg)[](https://cirrus-ci.com/github/lemire/fast_double_parser)
|
||||
|
||||
|
@ -9,11 +11,6 @@ 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
|
||||
|
||||
- Daniel Lemire, [Number Parsing at a Gigabyte per Second](https://arxiv.org/abs/2101.11408), Software: Practice and Experience 51 (8), 2021.
|
||||
|
|
Loading…
Add table
Reference in a new issue