julia
0b16e8f8 - faster `+(::BigInt...)` for more than 5 arguments (#41012)

Commit
4 years ago
faster `+(::BigInt...)` for more than 5 arguments (#41012) Special versions already existed upto 5 arguments. For more than 5, let's use sum, which is optimized for an arbitrary number of arguments, and which we also extend to tuples here for the occasion.
Author
Parents
Loading