Path: utzoo!dptcdc!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!DACTH51.BITNET!FM From: FM@DACTH51.BITNET Newsgroups: comp.lang.scheme Subject: Re: Oaklisp bignum multiplication Message-ID: <8904181811.AA02341@BLOOM-BEACON.MIT.EDU> Date: 18 Apr 89 18:58:00 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 24 In my original posting I asked about Oaklisp's multiplication method. Barak Pearlmutter answered: "Actually, Sun3 benchmarks came out in favor of the elementary school algorithm for numbers below a certain size, so the fancy algorithm doesn't kick in unless both numbers are pretty big." Just how big ? I evaluated various multiplication methods once, and found that numbers have to be bigger than ~1000 decimal digits to gain from using Karatsubas method. Such large numbers don't occur very often, even in a computational algebra system. "In any case, you're correct that things are O( n^.59 m ) where n