From b000221f3371eff5e3890ab1396a8d1bdfb23509 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 14 Dec 2020 16:36:05 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2db80f6..f9d5b16 100644 --- a/README.md +++ b/README.md @@ -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)
+ ## 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