Hi,

Vladimir Zhbanov <vzhba...@gmail.com> skribis:

> Results on my machine are as follows:
>
> Guile 2.2:

[...]

> $ time /usr/local/bin/guile -s performancetest.scm
>
> real    0m35.920s
> user    0m36.928s
> sys     0m0.112s
>
> ================================>8================================
>
>
> Guile 2.0:

[...]

> $ time guile-2.0 -s performancetest.scm
>
> real    1m32.270s
> user    1m33.164s
> sys     0m0.140s
> ================================>8================================
>
> Apparently, 2.2 performs better, especially after compilation.

So 2.2 is three times faster than 2.0, right?  That sounds like good
news.  :-)

Note that if you’re looking for performance, you definitely need to
compile the code beforehand, both with 2.0 and 2.2.

Ludo’.


Reply via email to