guile-devel
[Top][All Lists]
Advanced

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

Re: About shared substrings (now working)


From: Marius Vollmer
Subject: Re: About shared substrings (now working)
Date: Wed, 21 Jan 2004 01:59:54 +0100
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Roland Orre <address@hidden> writes:

> The reason I have used shared substrings is because of the side
> effects. I was very happy when the make-shared-substring function
> was introduced in 93 or 94. This made it possible for me to make
> tremendous speedups when reading fix length text records and be able
> to immediately treat the different fields of each record with scheme
> standard conversion routines.

Hmm, maybe should be using a more low-level data type than string for
this kind of raw processing.  Did you consider using uniform byte
vectors, either from (srfi srfi-4) or from make-uniform-vector?  Just
a thought...

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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