Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Compilation Speed

Name: Anonymous 2011-02-16 21:14

I have this code:
http://rghost.net/4410616

And it kills SBCL. But if I replace my-lst with

(defmacro my-lst (&rest xs)
  `(list ,@xs))

it compiles much faster.

Name: Anonymous 2011-02-17 13:48

SBCL is 100 times slower than CLISP


$ clisp
[1]> (time (eval (vecs2 400)))
Real time: 0.16027 sec.
Run time: 0.16001 sec.
Space: 483744 Bytes



$ sbcl
* (time (eval (vecs2 400)))
 
Evaluation took:
  16.87 seconds of real time

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List