http://qs1969.pair.com?node_id=134432


in reply to Re: Help w/ Code Optimization
in thread Help w/ Code Optimization

Sorry, I guess I should have specified what version of Math::BigInt you need. You need to have at least v1.47. I believe that was the first version that had "**" overloaded. Thanks for the suggestion on using the methods directly. I'll try that.
___________________
Kurt

Replies are listed 'Best First'.
Re: Re: Re: Help w/ Code Optimization
by IlyaM (Parson) on Dec 26, 2001 at 22:00 UTC
    Moreover using subroutine calls should be even more faster. That is use Math::BigFloat::OP($num) instead of $num->OP.

    --
    Ilya Martynov (http://martynov.org/)