guile-devel
[Top][All Lists]
Advanced

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

Re: Extremly slow for format & string-join


From: Daniel Hartwig
Subject: Re: Extremly slow for format & string-join
Date: Mon, 1 Apr 2013 13:35:10 +0800

2013/4/1 Nala Ginrut <address@hidden>:
> Anyway, string-join is so slowly beyond my expectation.

Also note that ‘string-concatenate’ (less general than ‘string-join’)
performs better for the same case, you could use that directly instead
of my prior suggestion for similar results.  Especially since you do
not desire the additional delimiter handling of ‘string-join’.



reply via email to

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