Re: update on fast mult benchmark



[This is an email copy of a Usenet post to "sci.math.symbolic"]

Here are some results on my 700 MHz PIII Linux machine using (not yet released 
but getting close) Maxima 5.9.0:

Maxima 5.9.0 (old, using GCL) : 112.21 seconds
Maxima 5.9.0 (new*, using GCL):  18.80 seconds
Maxima 5.9.0 (using clisp)    :  31.30 seconds
Maxima 5.9.0 (using CMUCL)    :   7.91 seconds

*The new version includes some default memory preallocation with GCL. The
preallocation hasn't made it into cvs yet.

Given that the numbers below come from a 933 MHz machine, I think the above
numbers compare pretty well.

--Jim

On Fri, 22 Mar 2002 18:01:01 -0600, Richard Fateman wrote:

>  MockMMA               5.8 seconds (including 2.1 in GC)
>  Macsyma (in ACL 6.1)  6.9 seconds (including 2.0 in GC)
>  Hashing               8.6 seconds (including 2.2 in GC)
>  Fermat                9.2 seconds
>  Macsyma (maxima5.5)  32.0 seconds (? GC not reported, second trial)
>  Macsyma (commercial) 37.5 seconds (including 29.78 in GC)
>  Macsyma (maxima5.5)  53.5 seconds (? GC not reported, first trial)
>  Maple7               50.0 seconds (? GC, it was slower on 2nd trial)
>  Mathematica 4.1      82.3 seconds (? it was slower on 2nd trial)
>  MuPad 1.4.2 Pro     118.6 seconds
>
> for multiplying the expanded version of (1+x+y+z)^20 by itself.
> 
> details on http://www.cs.berkeley.edu/~fateman/papers/fastmult.pdf
> 
> comments invited.
> 
> RJF