[plt-scheme] Re: gc or string-append bug in mzscheme 301?

From: Keith Frost (keith.l.frost at gmail.com)
Date: Mon Jun 26 15:05:34 EDT 2006

Oh, you mean O(n^2)...  which it IS, because it has to copy the string
on every string-append.  Never mind. D'oh!

On 6/26/06, Eric Hanchrow <offby1 at blarg.net> wrote:
> Well, it spun the CPU for a minute or two before I gave up.  That's
> not surprising, though, since it looks like it's O(n).
>
> In any case, I think you can use "string-join" from SRFI 13 instead of
> your "paste" function.
> --
> Raffarin said he wants to see secure Internet voting in France
> by 2009, and he said if he had a homosexual son, he would love
> him ...
>         -- from the Chicago Tribune
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.