Gentoo Archives: gentoo-science

From: "Andrey G. Grozin" <A.G.Grozin@×××××××.su>
To: gentoo-science@l.g.o
Subject: [gentoo-science] Re: [Maxima-discuss] Maxima 5.33.0 release (fwd)
Date: Sun, 06 Apr 2014 11:42:14
Message-Id: alpine.LFD.2.03.1404061841440.14024@star.inp.nsk.su
1 ---------- Forwarded message ----------
2 Date: Sun, 6 Apr 2014 18:39:14 +0700 (NOVT)
3 From: Andrey G. Grozin <grozin@××××××××××××.su>
4 To: maxima-discuss@×××××××××××××××××.net
5 Subject: Re: [Maxima-discuss] Maxima 5.33.0 release
6
7 I've committed maxima-5.33.0 ebuild to Gentoo. The running times (in seconds)
8 of the testsuite with various lisps on 2 Intel computers, with 32-bit and
9 64-bit systems, are
10
11 64-bit 32-bit
12 sbcl-1.1.16 171 196
13 cmucl-20e 248
14 gcl-2.6.10 216 249
15 ccl-1.9 308 323
16 ecl-13.5.1 618 581
17 clisp-2.49 1013 861
18
19 cmucl is not available on x86_64.
20 clisp on my 32-bit computer uses pari-2.3.5 to do multiprecision arithmetica;
21 on my 64-bit computer, I have pari-2.5.4, clisp does not compile with pari-2.5,
22 and is therefore slower.
23
24 Andrey