This is the mail archive of the guile@sources.redhat.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: help to get this running faster


On Sun, Sep 03, 2000 at 11:24:19PM +0200, David Pirotte wrote:
> can people familiar with guile help me to get the following code optimised
> (so it runs as fast as possible, keeping the code entirely written in scheme)

The first thing I would do is replace char-pos with string-index.
It's bad enough you used call/cc, but you used it to reimplement a
built-in Guile procedure =^D.

-- 
C. Ray C. aka Christopher Cramer
crayc@pyro.net
http://www.pyro.net/~crayc/
_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-user

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]