mirror of
https://github.com/fastfloat/fast_float.git
synced 2025-12-06 16:56:57 +08:00
Update README.md
This commit is contained in:
parent
3afac103d8
commit
bc84887802
@ -3,6 +3,9 @@
|
||||
/badge.svg)
|
||||
/badge.svg)
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
The fast_float library provides fast header-only implementations for the C++ from_chars
|
||||
functions for `float` and `double` types. These functions convert ASCII strings representing
|
||||
@ -62,6 +65,10 @@ The default is `fast_float::chars_format::general` which allows both `fixed` an
|
||||
|
||||
We support Visual Studio, macOS, Linux, freeBSD.
|
||||
|
||||
## Users
|
||||
|
||||
This library is used by [Apache Arrow](https://github.com/apache/arrow/pull/8494) where it multiplied the number parsing speed by two or three times.
|
||||
|
||||
|
||||
## How fast is it?
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user