---------- Forwarded message ----------
Date: Sun, 6 Apr 2014 18:39:14 +0700 (NOVT)
From: Andrey G. Grozin <[email protected]>
To: [email protected]
Subject: Re: [Maxima-discuss] Maxima 5.33.0 release
I've committed maxima-5.33.0 ebuild to Gentoo. The running times (in seconds)
of the testsuite with various lisps on 2 Intel computers, with 32-bit and
64-bit systems, are
64-bit 32-bit
sbcl-1.1.16 171 196
cmucl-20e 248
gcl-2.6.10 216 249
ccl-1.9 308 323
ecl-13.5.1 618 581
clisp-2.49 1013 861
cmucl is not available on x86_64.
clisp on my 32-bit computer uses pari-2.3.5 to do multiprecision arithmetica;
on my 64-bit computer, I have pari-2.5.4, clisp does not compile with pari-2.5,
and is therefore slower.
Andrey