From 5bc86427c88ce7d40449aa27f42ac0052a32bc1e Mon Sep 17 00:00:00 2001 From: Daniel Lemire Date: Sat, 20 Mar 2021 15:51:07 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c83daa6..c3c0683 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,8 @@ We support Visual Studio, macOS, Linux, freeBSD. We support big and little endia - [There is an R binding](https://github.com/eddelbuettel/rcppfastfloat) called `rcppfastfloat`. - [There is a Rust port of the fast_float library](https://github.com/aldanor/fast-float-rust/) called `fast-float-rust`. +- [There is a Java port of the fast_float library](https://github.com/wrandelshofer/FastDoubleParser) called `FastDoubleParser`. +- [There is a C# port of the fast_float library](https://github.com/CarlVerret/csFastFloat) called `csFastFloat`. ## Relation With Other Work