chicken-users
[Top][All Lists]
Advanced

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

Re: Re: Re: [Chicken-users] performance issue in xml-rpc


From: Daishi Kato
Subject: Re: Re: Re: [Chicken-users] performance issue in xml-rpc
Date: Thu, 14 Dec 2006 10:17:03 +0900

Alright, my first try with darcs...

Did a test that repeats empty request 10000 times sequentially,
the result is 148sec for chicken-2.5, and 136sec for chicken-2.510.

I found the read-line in extra.scm is still using read-char,
which should now be using read-string, right?

Daishi

On 12/13/06, felix winkelmann <address@hidden> wrote:
Hi, Daishi!

I have push a modification to the darcs repository that provides
a faster version of "read-string" (with a given number of bytes to
read), which should speed up reading fixed amount of input from
tcp and string ports.

Can you give this version a try?


cheers,
felix





reply via email to

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