From 7ad469d6949efaa921461ee362fd19cf843cd57a Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Tue, 8 Dec 2020 13:43:07 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75cbebd..2db80f6 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ The fast_float library provides a performance similar to that of the [fast_doubl ## Users -The fast_float 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. +The fast_float 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. It is also used by [Yandex ClickHouse](https://github.com/ClickHouse/ClickHouse). ## How fast is it?