]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #12924 : Florob/rust/bigint, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 16 Mar 2014 12:11:18 +0000 (05:11 -0700)
committerbors <bors@rust-lang.org>
Sun, 16 Mar 2014 12:11:18 +0000 (05:11 -0700)
This is a minor optimization of the bignum module. The improvements mostly come from avoiding allocations and boundary checks. This also switches all of libnum to vec_ng::Vec.


Trivial merge