Skip to content

Commit 4266c34

Browse files
authored
[no-ci] Update README.md
1 parent 00c8c7b commit 4266c34

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -334,13 +334,14 @@ int main() {
334334

335335
The fast_float library is part of:
336336

337-
- GCC (as of version 12): the `from_chars` function in GCC relies on fast_float.
337+
- GCC (as of version 12): the `from_chars` function in GCC relies on fast_float,
338338
- [Chromium](https://github.com/Chromium/Chromium), the engine behind Google Chrome and Microsoft Edge,
339-
- [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's web browser)
340-
- [DuckDB](https://duckdb.org)
341-
- [Apache Arrow](https://github.com/apache/arrow/pull/8494) where it multiplied the number parsing speed by two or three times
342-
- [Google Jsonnet](https://github.com/google/jsonnet)
343-
- [ClickHouse](https://github.com/ClickHouse/ClickHouse)
339+
- [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's web browser),
340+
- [DuckDB](https://duckdb.org),
341+
- [Redis](https://github.com/redis/redis),
342+
- [Apache Arrow](https://github.com/apache/arrow/pull/8494) where it multiplied the number parsing speed by two or three times,
343+
- [Google Jsonnet](https://github.com/google/jsonnet),
344+
- [ClickHouse](https://github.com/ClickHouse/ClickHouse).
344345

345346

346347
The fastfloat algorithm is part of the [LLVM standard libraries](https://github.com/llvm/llvm-project/commit/87c016078ad72c46505461e4ff8bfa04819fe7ba). There is a [derived implementation part of AdaCore](https://github.com/AdaCore/VSS).

0 commit comments

Comments
 (0)