From 7506850088857743e635d81681362367c7c8f7dd Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Fri, 29 Jan 2021 12:30:48 -0500 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2f7e93a..7aa3e3d 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,11 @@ The default is `fast_float::chars_format::general` which allows both `fixed` an We support Visual Studio, macOS, Linux, freeBSD. We support big and little endian. We support 32-bit and 64-bit systems. +## Reference + +- Daniel Lemire, [Number Parsing at a Gigabyte per Second](https://arxiv.org/abs/2101.11408), arXiv:2101.11408 + + ## Other programming languages - [There is a Rust port of the fast_float library](https://github.com/aldanor/fast-float-rust/) called `fast-float-rust`.