You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Berin Loritsch <bl...@apache.org> on 2001/02/14 20:10:20 UTC

C2 performance can double

I experimented with the use-cache parameter on TraxTransformer,
and the result was that on each successive transformation the
performance was almost twice as fast.

I am going to try it with the store that was implemented today
for comparison.

Re: C2 performance can double

Posted by Berin Loritsch <bl...@apache.org>.
Berin Loritsch wrote:
> 
> I experimented with the use-cache parameter on TraxTransformer,
> and the result was that on each successive transformation the
> performance was almost twice as fast.
> 
> I am going to try it with the store that was implemented today
> for comparison.

After my _very_ unnoficial testing (leaving much to the runtime
parameters of my system), the Store implementation finds things
just a few milliseconds faster.  It is still remarkable how quickly
things get done in Cocoon now.