[Top][All Lists]
[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
---
|_ -|--|-
_|__ /|\/|\
- string vs list processing, Sascha Ziemann, 2001/04/16
- Re: string vs list processing, Michael Livshin, 2001/04/16
- Re: string vs list processing, Sascha Ziemann, 2001/04/16
- Re: string vs list processing, Sascha Ziemann, 2001/04/16
- Re: string vs list processing, Harvey J. Stein, 2001/04/16
- Re: string vs list processing, Michael Livshin, 2001/04/16
- Re: string vs list processing, Harvey J. Stein, 2001/04/16
- Re: string vs list processing, Michael Livshin, 2001/04/16
Re: string vs list processing,
Masao Uebayashi <=
- Re: string vs list processing, Sascha Ziemann, 2001/04/16
- Re: string vs list processing, Masao Uebayashi, 2001/04/16
- Re: string vs list processing, Michael Livshin, 2001/04/16
- Re: string vs list processing, Bill Gribble, 2001/04/16
- Re: string vs list processing, Michael Livshin, 2001/04/16
- SRFI-13 again [was: Re: string vs list processing], Martin Grabmueller, 2001/04/17
- Re: SRFI-13 again [was: Re: string vs list processing], Dirk Herrmann, 2001/04/19
- Re: SRFI-13 again [was: Re: string vs list processing], Martin Grabmueller, 2001/04/19
- Re: SRFI-13 again [was: Re: string vs list processing], Marius Vollmer, 2001/04/20
- Re: SRFI-13 again [was: Re: string vs list processing], Martin Grabmueller, 2001/04/23