Update README.md

This commit is contained in:
Daniel Lemire 2025-05-19 11:55:15 -04:00 committed by GitHub
parent c5a3ca37c4
commit b8085ba363
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -357,6 +357,7 @@ int main() {
}
```
## Users and Related Work
The fast_float library is part of:
@ -388,6 +389,14 @@ 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
------
[![Packaging status](https://repology.org/badge/vertical-allrepos/fastfloat.svg)](https://repology.org/project/fastfloat/versions)
## References
* Daniel Lemire, [Number Parsing at a Gigabyte per