mirror of
https://github.com/fastfloat/fast_float.git
synced 2026-06-15 08:26:08 +08:00
Merge branch 'main' of github.com:fastfloat/fast_float
This commit is contained in:
commit
ee866c2b92
10
README.md
10
README.md
@ -441,7 +441,6 @@ The fast_float library is part of:
|
|||||||
* [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's
|
* [WebKit](https://github.com/WebKit/WebKit), the engine behind Safari (Apple's
|
||||||
web browser),
|
web browser),
|
||||||
* [DuckDB](https://duckdb.org),
|
* [DuckDB](https://duckdb.org),
|
||||||
* [Redis](https://github.com/redis/redis) and [Valkey](https://github.com/valkey-io/valkey),
|
|
||||||
* [Apache Arrow](https://github.com/apache/arrow/pull/8494) where it multiplied
|
* [Apache Arrow](https://github.com/apache/arrow/pull/8494) where it multiplied
|
||||||
the number parsing speed by two or three times,
|
the number parsing speed by two or three times,
|
||||||
* [Google Jsonnet](https://github.com/google/jsonnet),
|
* [Google Jsonnet](https://github.com/google/jsonnet),
|
||||||
@ -455,15 +454,6 @@ system](https://github.com/SerenityOS/serenity/commit/53b7f5e6a11e663c83df8030c3
|
|||||||
has a derived implementation that is inherited by the [Ladybird
|
has a derived implementation that is inherited by the [Ladybird
|
||||||
Browser](https://github.com/LadybirdBrowser/ladybird).
|
Browser](https://github.com/LadybirdBrowser/ladybird).
|
||||||
|
|
||||||
The fast_float library provides a performance similar to that of the
|
|
||||||
[fast_double_parser](https://github.com/lemire/fast_double_parser) library but
|
|
||||||
using an updated algorithm reworked from the ground up, and while offering an
|
|
||||||
API more in line with the expectations of C++ programmers. The
|
|
||||||
fast_double_parser library is part of the [Microsoft LightGBM machine-learning
|
|
||||||
framework](https://github.com/microsoft/LightGBM).
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Packages
|
Packages
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user