Subjects
Home
VOTE Move XML Commons to Xerces
Commented: (XERCESJ 589) Bug with pattern restriction on long strings
: Xerces J 2 8 1 Release on Wednesday, September 13th
: Xerces J 2 9 0 Release on Wednesday, November 22nd
Commented: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1178) Error getting prefix for an attribute with no n
Updated: (XERCESJ 1244) XMLSchemaValidator does not contribute element 's
Some consideration about the xerces DOM implementation
Updated: (XERCESJ 1066) Restriction+choice+substitutionGroup error
Commented: (XERCESJ 1227) Poor performance / OutOfMemoryError for sequenc
retain exception stack traces
Updated: (XERCESJ 1193) NPE or hang when parsing using the "continue afte
Future of NekoHTML
Commented: (XERCESJ 1203) NPE in XMLDTDProcessor
DOM Level 3 APIs for Xalan J and a new Xalan release (2 7 1)
: xml commons external 1 3 04 Release on Wednesday, November 22nd
Commented: (XERCESJ 1247) Incorrect location information on SAX when usin
XInclude exceptions how to mirror Xerces J functionality into Xerces C++?
First proposal on SoC project "Add support for the StAX (JSR 173) cursor API
: xml commons resolver 1 2 Release on Wednesday, November 22nd
Typo in RangeToken java Please check
Validator features
java lang ClassCastException when adopting Node
using the org apache xerces impl xs identity package
Updated: (XERCESJ 1257) buffer overflow in UTF8Reader for characters out
Problem with ref attributes and schema validation
Updated: (XERCESJ 122) XMLSchemaValidator does not contribute element 's d
Performance problem under load Xerces with Weblogic 9 x
remove ignored memory allocation
Commented: (XERCESJ 1177) SAXXMLStreamReader doesn 't always report namesp
Commented: (XERCESJ 977) Null pointer exception during DOM parsing
Commented: (XERCESJ 1197) Code cleanup for org apache xml serialize
Commented: (XERCESJ 1201) Initial contribution for StAX Event API
Updated: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special c
Commented: (XERCESJ 1199) SAXXMLStreamReader should attempt to register a
Commented: (XERCESJ 1061) Regex "$ " and "^ " characters treated as special
Updated: (XERCESJ 589) Bug with pattern restriction on long strings
StackOverflow
xerces Range unnecessarily not garbage collectable if not detached
Updated: (XERCESJ 1178) Error getting prefix for an attribute with no nam
Bug in xs:redefine
Commented: (XERCESJ 1204) Can not set XMLEntityResolver for LSParser
Updated: (XERCESJ 1253) Prototype for SoC2007 project "Add support for th
Updated: (XERCESJ 1259) Add SteamFilter Function to SoC2007 project "Add
Assigned: (XERCESJ 444) SAXException thrown by EntityResolver is reported
Google Summer of Code 2007
Xerces J and XInclude relative path issue
Assigned: (XERCESJ 206) Stack overflow when using a schema validation
Commented: (XERCESJ 1215) Restrictions involving two levels of substituti
Closed: (XERCESJ 1203) NPE in XMLDTDProcessor
non overriding equals methoda
Resolved: (XERCESJ 1079) invalid value returned for TOTALDIGITS facet in
Xerces AS3 port
Updated: (XERCESJ 325) Regular Expression; Pattern "| " clause order de
Updated: (XERCESJ 1196) Javadoc generation fails on Java SE 5 0
Closed: (XERCESJ 1202) DTD validation on XIncluded documents when the sch
Created: (XERCESJ 1124) Nonspecific schema error message
a bug in xerces
Updated: (XERCESJ 1201) Initial contribution for StAX Event API
Closed: (XERCESJ 1254) Empty uris in targetNamespace attribute not report
Links
Home
Oracle database error code
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
Curious benchmarking results

Curious benchmarking results

2003-01-24       - By Rob Outar
Reply:     1     2     3     4     5     6     7     8     9  

no comments anyone?  I would like to know if my results make sense...

Thanks,

Rob -----Original Message-----
From: Rob Outar [mailto:routar@(protected)]
Sent: Thursday, January 23, 2003 10:20 AM
To: xerces-j-user@(protected)
Subject: Curious benchmarking results


 I recently used JProbe to do some benchmarking using Xerces 2, the results
I got were sort of confusing.

 Results:

                                         Description
Parsing time            Memory usage

       Description
      Parsing Time
      Memory Usage

       Xerces 1.4.3

       Validation and Namespace turned off


       1:40
      14879 kilobytes

       (14.5 megabytes)

       Xerces 1.4.3

       Validation and Namespace turned on


       2:56
      34138 kilobytes

        (33.3 megabytes)

       Xerces 2

       Validation and Namespace turned off


       1:48
      13987 kilobytes

       (13.6 megabytes)

       Xerces 2

       Validation and Namespace turned on


       3:20
      14028 kilobytes

       (13.7 megabytes)



 There was not much memory difference with validation and namespaces on/off
for Xerces 2.  What I did notice is when validation and namespaces were on
for Xerces 2, the garbage collector was invoked MANY, MANY, MANY, times..
this accounted for the low memory usage.  Do these results seem valid?

 Let me know your thoughts,

 Rob



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns:o = "urn:schemas-microsoft-com:office:office"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2800.1126" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=073561814-24012003><FONT face=Arial color=#0000ff size=2>no
comments anyone?&nbsp; I would like to know if my results make
sense...</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Rob </FONT><FONT face=Tahoma size=2>-----Original
Message-----<BR><B>From:</B> Rob Outar
[mailto:routar@(protected)]<BR><B>Sent:</B> Thursday, January 23, 2003 10:20
AM<BR><B>To:</B> xerces-j-user@(protected)<BR><B>Subject:</B> Curious
benchmarking results<BR><BR></FONT></DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px">
 <DIV><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff size=2>I
 recently used JProbe to&nbsp;do some benchmarking using Xerces 2, the results
 I got were sort of confusing.</FONT></SPAN></DIV>
 <DIV><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2></FONT></SPAN>&nbsp;</DIV>
 <DIV><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2>Results:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT></SPAN></DIV>
 <DIV><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2></FONT></SPAN>&nbsp;</DIV>
 <DIV><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;
 Description&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 Parsing time&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp
;
 Memory usage</FONT></SPAN></DIV>
 <DIV><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2></FONT></SPAN>&nbsp;</DIV><SPAN class=427291215-23012003>
 <DIV align=center>
 <TABLE
 style="BORDER-RIGHT: medium none; BORDER-TOP: medium none; BORDER-LEFT:
medium none; BORDER-BOTTOM: medium none; BORDER-COLLAPSE: collapse; mso-border
-alt: solid black .75pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt"
 cellSpacing=0 cellPadding=0 border=1>
   <THEAD>
   <TR style="HEIGHT: 12.3pt">
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: black 0.75pt solid; PADDING-LEFT: 5.4pt; BACKGROUND: black; PADDING-BOTTOM:
0in; BORDER-LEFT: black 0.75pt solid; WIDTH: 169.25pt; PADDING-TOP: 0in; BORDER
-BOTTOM: black 0.75pt solid; HEIGHT: 12.3pt; mso-shading: white; mso-pattern:
solid black"
     vAlign=top width=226>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><B style="mso-bidi-font-weight: normal"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Description<o:p></o
:p></SPAN></B></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: black 0.75pt solid; PADDING-LEFT: 5.4pt; BACKGROUND: black; PADDING-BOTTOM:
0in; BORDER-LEFT: #d4d0c8; WIDTH: 87.9pt; PADDING-TOP: 0in; BORDER-BOTTOM:
black 0.75pt solid; HEIGHT: 12.3pt; mso-shading: white; mso-pattern: solid
black; mso-border-left-alt: solid black .75pt"
     vAlign=top width=117>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><B style="mso-bidi-font-weight: normal"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Parsing
       Time<o:p></o:p></SPAN></B></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: black 0.75pt solid; PADDING-LEFT: 5.4pt; BACKGROUND: black; PADDING-BOTTOM:
0in; BORDER-LEFT: #d4d0c8; WIDTH: 127.65pt; PADDING-TOP: 0in; BORDER-BOTTOM:
black 0.75pt solid; HEIGHT: 12.3pt; mso-shading: white; mso-pattern: solid
black; mso-border-left-alt: solid black .75pt"
     vAlign=top width=170>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><B style="mso-bidi-font-weight: normal"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Memory
       Usage<o:p></o:p></SPAN></B></P></TD></TR>
   <TR style="HEIGHT: 35.3pt">
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 0.75pt
solid; WIDTH: 169.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid;
HEIGHT: 35.3pt; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid black
.75pt"
     vAlign=top width=226>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Xerces
       1.4.3<o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Validation and
       Namespace turned <I>off</I><o:p></o:p></SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 87.9pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=117>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">&nbsp;<o:p></o:p><
/SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">1:40<o:p></o:p><
/SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 127.65pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=170>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">14879 kilobytes
       <o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">(14.5
       megabytes)<o:p></o:p></SPAN></P></TD></TR>
   <TR style="HEIGHT: 35.3pt">
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 0.75pt
solid; WIDTH: 169.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid;
HEIGHT: 35.3pt; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid black
.75pt"
     vAlign=top width=226>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Xerces
       1.4.3<o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Validation and
       Namespace turned <I>on</I><o:p></o:p></SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 87.9pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=117>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">&nbsp;<o:p></o:p><
/SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">2:56<o:p></o:p><
/SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 127.65pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=170>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">34138
       kilobytes<o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt"><SPAN
       style="mso-spacerun: yes">&nbsp;</SPAN>(33.3
       megabytes)<o:p></o:p></SPAN></P></TD></TR>
   <TR style="HEIGHT: 35.3pt">
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 0.75pt
solid; WIDTH: 169.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid;
HEIGHT: 35.3pt; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid black
.75pt"
     vAlign=top width=226>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Xerces
       2<o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Validation and
       Namespace turned <I>off</I><o:p></o:p></SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 87.9pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=117>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">&nbsp;<o:p></o:p><
/SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">1:48<o:p></o:p><
/SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 127.65pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=170>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">13987 kilobytes
       <o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">(13.6
       megabytes)<o:p></o:p></SPAN></P></TD></TR>
   <TR style="HEIGHT: 35.3pt">
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: black 0.75pt
solid; WIDTH: 169.25pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid;
HEIGHT: 35.3pt; BACKGROUND-COLOR: transparent; mso-border-top-alt: solid black
.75pt"
     vAlign=top width=226>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Xerces
       2<o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt"><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">Validation and
       Namespace turned <I>on</I><o:p></o:p></SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 87.9pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=117>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">&nbsp;<o:p></o:p><
/SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">3:20<o:p></o:p><
/SPAN></P></TD>
     <TD
     style="BORDER-RIGHT: black 0.75pt solid; PADDING-RIGHT: 5.4pt; BORDER-TOP
: #d4d0c8; PADDING-LEFT: 5.4pt; PADDING-BOTTOM: 0in; BORDER-LEFT: #d4d0c8; WIDTH
: 127.65pt; PADDING-TOP: 0in; BORDER-BOTTOM: black 0.75pt solid; HEIGHT: 35.3pt;
BACKGROUND-COLOR: transparent; mso-border-left-alt: solid black .75pt; mso
-border-top-alt: solid black .75pt"
     vAlign=top width=170>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">14028 kilobytes
       <o:p></o:p></SPAN></P>
       <P class=MsoNormal style="MARGIN: 0in 0in 0pt; TEXT-ALIGN: center"
       align=center><SPAN
       style="FONT-SIZE: 10pt; mso-bidi-font-size: 12.0pt">(13.7
       megabytes)<o:p></o:p></SPAN></P></TD></TR></THEAD>
   <TBODY></TBODY></TABLE></DIV>
 <DIV align=center><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
 <DIV align=left><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2>There was not much memory difference with validation and namespaces
 on/off for Xerces 2.&nbsp; What I did notice is when validation and
namespaces
 were on for Xerces 2, the garbage collector was invoked MANY, MANY, MANY,
 times.. this accounted for the low memory usage.&nbsp; Do these results seem
 valid?</FONT></SPAN></DIV>
 <DIV align=left><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2></FONT></SPAN>&nbsp;</DIV>
 <DIV align=left><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2>Let me know your thoughts,</FONT></SPAN></DIV>
 <DIV align=left><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2></FONT></SPAN>&nbsp;</DIV>
 <DIV align=left><SPAN class=427291215-23012003><FONT face=Arial color=#0000ff
 size=2>Rob&nbsp; </FONT></SPAN></DIV></SPAN>
 <DIV><FONT face=Arial color=#0000ff size=2></FONT>&nbsp;</DIV>
 <DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
 <DIV><FONT face=sans-serif size=2><FONT
color=#0000ff></FONT>&nbsp;</DIV></BLOCKQUOTE></FONT></BODY></HTML>