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

Add "rug" to Big Integer #637

Open
mabbamOG opened this issue Feb 11, 2021 · 0 comments
Open

Add "rug" to Big Integer #637

mabbamOG opened this issue Feb 11, 2021 · 0 comments

Comments

@mabbamOG
Copy link

mabbamOG commented Feb 11, 2021

rug (https://docs.rs/rug/1.11.0/rug/) is a crate that ports GMP into idiomatic Rust types and traits. It performs very well, and makes use of decades of work provided by the underlying and well-established GNU GMP library. It should definitely be considered as a contender for "num", at the very least for performance concerns, although it may not be as idiomatic as num. Performance is at least 2x if not much more

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

1 participant