|
|
| | SBCL Lisp, Ruby, Io, PHP, Python, Lua, Java, Perl, Applescript, TCL, ELisp, Javascript, OCaml, Ghostscript, and C Fractal Benchmark (timestretch.com) | | 10 points by gibsonf1 on June 3, 2007 | hide | past | favorite | 9 comments | | |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
(defun mandelbrot (x y) (declare (optimize (speed 3) (safety 0) (space 0) (compilation-speed 0) (float 0)))
Also the benchmark is flawed somehow, as some of the examples are using double, other float.
Also the lisp (SBCL) example the printing of the stream was also in the equation. You should compute the result in array, then print it.