Update README.md

This commit is contained in:
Daniel Lemire 2020-12-14 16:36:05 -05:00 committed by GitHub
parent 7ad469d694
commit b000221f33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
## Video
[![Go Systems 2020](http://img.youtube.com/vi/AVXgvlMeIm4/0.jpg)](http://www.youtube.com/watch?v=AVXgvlMeIm4)<br />
## Using as a CMake dependency
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).
In fact, for many numbers, far fewer than 17 digits are needed.
## Credit
Though this work is inspired by many different people, this work benefited especially from exchanges with