http://www.perlmonks.org?node_id=944390


in reply to Re^5: bigint == horrible performance?
in thread bigint == horrible performance?

I would very much like a way to catch overflow conditions at the XS level

Check the development version of Math::Int64 now supporting a die_on_overflow pragma that does just that.