classpath-patches
[Top][All Lists]
Advanced

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

Re: [cp-patches] Patch: use StringBuilder for reading/writing property f


From: Christian Thalinger
Subject: Re: [cp-patches] Patch: use StringBuilder for reading/writing property files
Date: Wed, 02 Nov 2005 11:31:49 +0100

On Tue, 2005-11-01 at 22:16 +0100, Mark Wielaard wrote:
> That seems like an significant improvement. Could you test with a larger
> dataset (or just run the test in a loop 10 times)? I still haven't tried
> with gcj. If someone could test, that would be super. I believe gcj has
> really slow monitor enter and exit support so the speedup should be
> significant there. But without testing...

In a 10 times loop (fastest of 3 runs):

w/o: 13.92user
w/:  10.14user

Interestingly i get 11 more minor page faults:

w/o: 0inputs+0outputs (0major+2477minor)pagefaults 0swaps
w/:  0inputs+0outputs (0major+2488minor)pagefaults 0swaps

But who cares, it's faster. :-)

TWISTI





reply via email to

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