chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Re: Set! question - long example


From: felix winkelmann
Subject: Re: [Chicken-users] Re: Set! question - long example
Date: Tue, 8 May 2007 14:34:52 +0200

On 5/8/07, William Ramsay <address@hidden> wrote:

PS.   How does adding a SRFI to your code affect performance?


You mean, as in "(require-extension srfi-1)"? It's compiled code as
well, so it should be acceptable. If you need maximum performance,
it may be worthwhile to include the source in your program and declare
them hidden, to allow more inlining and constant folding, but only
do that if you are really desperate.


cheers,
felix




reply via email to

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