You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@alaviss is writing a nimish version of Ryu that should deprecate this repo. So, the goal of this effort is to flesh out tests and benchmarks so that we can vet future implementations. I expect that the next implementation will be much friendlier to inclusion in the stdlib, for example.
but looks like this repo mentions:
This converter aims for correctness over performance, and is used as a reference to evaluate other algorithms, such as ryū. It should not be used in production due to slow arithmetic regarding larger float sizes.
My ryu port (https://github.com/Clyybber/nimryu/tree/master/ryu) is finished as far as functionality goes, but could probably be nimified a bit more. The dragonbox port I haven't finished yet; it's very heavy templatized C++ code.
according to disruptek/ryu#1 (comment),
but looks like this repo mentions:
have you worked on another ryu implementation?
refs libmir/mir-algorithm#330 (comment)
The text was updated successfully, but these errors were encountered: