Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Canonicalizer Performance

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Sean Truman" <struman AT nuparadigm.com>
  • To: "Elliotte Harold" <elharo AT metalab.unc.edu>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: Re: [XOM-interest] Canonicalizer Performance
  • Date: Tue, 5 Sep 2006 10:18:13 -0500

Yes, It takes me 2500ms to parse the document and 14 Minutes to canonicalize.

Sean Truman

-----Original Message-----
From: Elliotte Harold [mailto:elharo AT metalab.unc.edu]
Sent: Tuesday, September 05, 2006 10:17 AM
To: Sean Truman
Cc: xom-interest AT lists.ibiblio.org
Subject: Re: [XOM-interest] Canonicalizer Performance

Sean Truman wrote:
> I have a 3MB xml ( http://download.nuparadigm.com/xom-issue/test.xml )
> file
> that I am trying to canonicalize and it is taking close to 14 Minutes
> for
> xom on a P4 3.2 with 1GB ram to canonicalize it. Any idea?
>

Are you including the time to read and parse the file in that
measurement? In my initial tests, it's only taking about a second to
canonicalize that document after it's parsed.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/



Archive powered by MHonArc 2.6.24.

Top of Page