[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Performance issue with guile-2.2
From: |
Ludovic Courtès |
Subject: |
Re: Performance issue with guile-2.2 |
Date: |
Thu, 13 Apr 2017 14:30:58 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Hi,
Vladimir Zhbanov <address@hidden> 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’.