Sterling Hughes <[EMAIL PROTECTED]> wrote: > php mandel2.php 1.93s user 0.01s system 76% cpu 2.552 total
That's measuring IO speed mainly :) But anyway good. BTW: $ time ./yal examples/mandelbrot.yal | parrot - >/dev/null real 0m0.420s user 0m0.420s $ time ./yal examples/mandelbrot.yal | parrot -j - >/dev/null real 0m0.081s user 0m0.080s (Athlon 800, source is the same as the comment in examples/assembly/mandel.pasm with s/112/500/ for the depth. And its typed, i.e. using floats) leo