Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

comparison vs other ryu libraries? #1

Open
timotheecour opened this issue May 12, 2021 · 2 comments
Open

comparison vs other ryu libraries? #1

timotheecour opened this issue May 12, 2021 · 2 comments

Comments

@timotheecour
Copy link

according to disruptek/ryu#1 (comment),

@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.

have you worked on another ryu implementation?

refs libmir/mir-algorithm#330 (comment)

@alaviss
Copy link
Owner

alaviss commented May 12, 2021

I stopped working on ryu after @Clyybber told me he was working on ryu and/or dragonbox.

It has been 5 months since then, not sure if he has made any progress.

@Clyybber
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants