mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-02-13 13:49:55 +08:00
Update README.md
This commit is contained in:
parent
7ad469d694
commit
b000221f33
@ -93,6 +93,11 @@ fastfloat : 1042.38 MB/s (+/- 9.9 %) 49.68 Mfl
|
|||||||
|
|
||||||
See https://github.com/lemire/simple_fastfloat_benchmark for our benchmarking code.
|
See https://github.com/lemire/simple_fastfloat_benchmark for our benchmarking code.
|
||||||
|
|
||||||
|
|
||||||
|
## Video
|
||||||
|
|
||||||
|
[](http://www.youtube.com/watch?v=AVXgvlMeIm4)<br />
|
||||||
|
|
||||||
## Using as a CMake dependency
|
## Using as a CMake dependency
|
||||||
|
|
||||||
This library is header-only by design. The CMake file provides the `fast_float` target
|
This library is header-only by design. The CMake file provides the `fast_float` target
|
||||||
@ -132,6 +137,7 @@ The performance is optimized for 19 or fewer significant digits. In practice, th
|
|||||||
never be more than 17 digits since it is enough to identify exactly all possible 64-bit numbers (double).
|
never be more than 17 digits since it is enough to identify exactly all possible 64-bit numbers (double).
|
||||||
In fact, for many numbers, far fewer than 17 digits are needed.
|
In fact, for many numbers, far fewer than 17 digits are needed.
|
||||||
|
|
||||||
|
|
||||||
## Credit
|
## Credit
|
||||||
|
|
||||||
Though this work is inspired by many different people, this work benefited especially from exchanges with
|
Though this work is inspired by many different people, this work benefited especially from exchanges with
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user