chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] sloooow (read)


From: Alain MELLAN
Subject: Re: [Chicken-users] sloooow (read)
Date: Tue, 25 May 2004 07:24:07 -0700

On Mon, 2004-05-24 at 23:12, address@hidden wrote:
> On 24 May 2004, Alain MELLAN wrote:
> [...]
> > Bigloo:   1.290u 0.100s 0:01.40 99.2%     0+0k 0+0io 648pf+0w
> > Chicken: 12.980u 0.340s 0:13.33 99.9%     0+0k 0+0io 436pf+0w
> > 
> > that's fairly bad :-(
> [...]
> > Below is my test program (basically makes a *big* list, writes it to
> > disk and reads again):
> 
> Your code reads a different file!

No. I modified the source code in my mail (thought asdf.asdf stuff
didn't look good :-) but I timed this thing correctly.

> Which compiler options are you using for bigloo, which for chicken?

I'm not compiling, this is using the interpreter, i.e. 
"bigloo < myfile.scm" and "csi < myfile.scm". Shouldn't matter, since
it's only calling compiled functions anyway (make-vector, read, etc).

-- alain.






reply via email to

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