in reply to Re: Detecting ineger overflow
in thread Detecting ineger overflow
Math::BigInt is abysmal on performance. Something about on every operation parsing a string into an array of integers, doing your operation, then coercing that back into a string...
Try it if you don't believe me.
|
|---|