You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Guy D'haenens <gu...@xplanation.com> on 2002/10/17 09:56:23 UTC

Re: Performance tuning.

Hi Henrik,
whatever the FOP-developers say, I'd like to try and implement your improvements in the project I'm working on. 3 times as fast, it's a dream come true!
Here's my address: guy.dhaenens@xplanation.com
Cheers
Guy
  ----- Original Message ----- 
  From: Henrik Olsson 
  To: fop-dev@xml.apache.org 
  Sent: Thursday, October 17, 2002 10:30 AM
  Subject: Performance tuning.



  Hi.
  I have runned several performance tests on the FOP and and I have found
  out several bottle necks (especially in the PropertyListBuilder).
  Most things is about reducing gc and some others about not so well written
  code.

  The result of this tunings gives me a speed of 3 time faster than the
  original FOP.

  So what do I do to get the code in to the fop-project (the problems are
  both in the fop 0.20.4 and in the DEV 1.0).

  I have also figured out some more thing but they are not so general but it
  makes the FOP as fast as a comersial tool written in C++ (StreamServe).

  Henrik.