From b8085ba3634018ad6e5618cf87dd5a04a0e3f146 Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Mon, 19 May 2025 11:55:15 -0400 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c554d37..16dee53 100644 --- a/README.md +++ b/README.md @@ -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