From 3642e92a36f9424ef0715d4334c17ca8b307b925 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Wed, 14 Aug 2024 10:05:20 -0400 Subject: [PATCH] [no-ci] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c2e188f..849ec043 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ int main() { The fast_float library is part of: - GCC (as of version 12): the `from_chars` function in GCC relies on fast_float. +- [Chromium](https://github.com/Chromium/Chromium), the engine behind Google Chrome and Microsoft Edge, - [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's web browser) - [DuckDB](https://duckdb.org) - [Apache Arrow](https://github.com/apache/arrow/pull/8494) where it multiplied the number parsing speed by two or three times