Ryu.NET is a .NET port of Ryu (https://github.com/ulfjack/ryu) implementing Ryū (https://dl.acm.org/doi/10.1145/3192366.3192369), the fast algorithm for converting between strings and floats.
Info
Version: | 20.7.18 |
Author(s): | Ryu.NET |
Last Update: | Saturday, July 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Ryu.NET |
Install
Install-Package Ryu.NET
dotnet add package Ryu.NET
paket add Ryu.NET
Ryu.NET Download (Unzip the "nupkg" after downloading)
Dependencies
- System.Memory(>= 4.5.4)
- System.Runtime.CompilerServices.Unsafe(>= 4.7.1)