guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile benchmark


From: Mike Gran
Subject: Re: Guile benchmark
Date: Thu, 26 Jan 2017 21:56:27 +0000 (UTC)




On Thursday, January 26, 2017 7:31 AM, Rchar <address@hidden> wrote:


> Is Guile slow or fast, comparing to others?

Guile is about average compared to the others. But it depends
on the specific task. It is usually not the fastest or slowest.

> Recently I found scheme compared to C, is it even possible?


Not really.  A Guile program should be coded to take advantage
of Guile.   A C program should be coded to take advantage of C.
The programs should have a very different structure.

If you coded a Guile program to have the same structure and algorithms
as a C program, the C program would be faster.

Mike


reply via email to

[Prev in Thread] Current Thread [Next in Thread]