guile-user
[Top][All Lists]
Advanced

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

Re: string vs list processing


From: Michael Livshin
Subject: Re: string vs list processing
Date: 16 Apr 2001 15:42:58 +0300
User-agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Crater Lake)

Sascha Ziemann <address@hidden> writes:

> Is it right, that in Guile list processing is much faster than string
> processing?

"processing" is not precise enough.

it is certainly true that consing new pairs is *much* faster than
consing new strings, since the latter involves calling `malloc'.

that seems to explain your results.

> Or is it possible that the above result could be caused
> by the way I have compiled or installed Guile?

probably not.

-- 
All ITS machines now have hardware for a new machine instruction --
CIZ
Clear If Zero.
Please update your programs.




reply via email to

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