On Fri, Sep 19, 2014 at 6:13 AM, Daniel Micay <[email protected]> wrote:

> On 19/09/14 12:09 AM, Lee Wei Yen wrote:
> > Hi all!
> >
> > I’ve just started learning to use Rust now, and so far it’s been
> > everything I wanted in a language.
> >
> > I saw from the docs that the num::bigint::BigInt type has been
> > deprecated - does it have a replacement?
> >
> > --
> > Lee Wei Yen
>
> It was moved to https://github.com/rust-lang/num
>
> There's also https://github.com/thestinger/rust-gmp which binds to GMP.
>
> GMP has better time complexity for the operations, significantly faster
> constant factors (10-20x for some operations) and more functionality.
>
> It also doesn't have lots of showstopper bugs since it's a mature library.
>
>
Disclaimer, for the unwary, GMP is a GPL library; so using it implies
complying with the GPL license.


>
> _______________________________________________
> Rust-dev mailing list
> [email protected]
> https://mail.mozilla.org/listinfo/rust-dev
>
>
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to