guile-user
[Top][All Lists]
Advanced

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

Re: help to get this running faster


From: Chris Cramer
Subject: Re: help to get this running faster
Date: Sun, 3 Sep 2000 17:32:12 -0500
User-agent: Mutt/1.0.1i

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
address@hidden
http://www.pyro.net/~crayc/


reply via email to

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