On 5/8/07, William Ramsay <[EMAIL PROTECTED]> 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


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to