chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] help please


From: Linh Dang
Subject: Re: [Chicken-users] help please
Date: Mon, 12 Apr 2004 12:22:49 -0400
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

Following advices from felix and Alex, a new version of my script is
attached.

What I found is that

        - regex matching is extremely slow
        - sprintf slow (I replaced it with string-append)
        - sqlite is slow

- the new script takes 10 secs to run
- the old script took 6 min to run
- the Perl script took 5-6 secs to run

I guess Perl's IO is much more efficient than chicken's IO

Attachment: sch_ctags.scm
Description: Text document


reply via email to

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