guile-user
[Top][All Lists]
Advanced

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

Re: string vs list processing


From: Masao Uebayashi
Subject: Re: string vs list processing
Date: Mon, 16 Apr 2001 21:54:24 +0900

> Is it right, that in Guile list processing is much faster than string
> processing?  Or is it possible that the above result could be caused
> by the way I have compiled or installed Guile?

It seems to me that making a new string from two strings cost much in
any language because a memory allocation accompanies. If you want more
performance, it'd be better to consider to use other data structure
than ordinal string.

Masao

---
 |_  -|--|-
_|__ /|\/|\



reply via email to

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