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.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to