pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

clisp vs. SBCL



Hi,

If one wants to use xMaxima for some maths, it is strongly advisable
to make sure it is using SBCL, as opposed to the default clisp. Here
are the results of the tests performed on the same machine, same
version of xMaxima, first with clisp, then with SBCL:
.....

xMaxima test, clisp

Error summary:
Error(s) found:
  /usr/pkg/share/maxima/5.44.0/tests/rtest_rules.mac problems:
    (11 13)
  /usr/pkg/share/maxima/5.44.0/tests/rtest9a.mac problems:
    (24 27 30 31 35 36 47 48 51 52 55 56 59 60 63 64 67 68 71 72)
  /usr/pkg/share/maxima/5.44.0/tests/rtest11.mac problems:
    (136 137)
  /usr/pkg/share/maxima/5.44.0/tests/rtest16.mac problem:
    (50)
  /usr/pkg/share/maxima/5.44.0/tests/rtest3.mac problems:
    (161 162 163 164 165 166 167 168 169 170)
35 tests failed out of 11,711 total tests.
Real time: 2261.4172f0 sec.
Run time: 2258.7747f0 sec.
Space: 38127589208 Bytes
GC: 9020, GC time: 736.08234f0 sec.

xMaxima test, SBCL:

No unexpected errors found out of 11,711 tests.
Evaluation took:
  131.133 seconds of real time
  131.023201 seconds of total run time (127.417664 user, 3.605537 system)
  [ Run times consist of 4.800 seconds GC time, and 126.224 seconds
non-GC time. ]
  99.92% CPU
  21,598 forms interpreted
  15,783 lambdas converted
  339,898,359,702 processor cycles
  30,489,795,840 bytes consed

...

That's about 17 times faster and with no unexpected errors...


-- 
----


Home | Main Index | Thread Index | Old Index