SAX2/Java: Towards a final form

Stefan Haustein haustein at ls8.cs.uni-dortmund.de
Mon Jan 10 18:13:12 GMT 2000


> >I think interning all names would slow down parsing too much (?).
> 
> In my experience, it will speed it up! -Tim

If you program the parser good enough to avoid reallocations
of the string object completely, maybe. But you would probably need to
build your own hashtable where you can feed in parts of your parsing
buffer.

Also, wrappers will definitely slow down. 

Thus, I would prefer required interning for namespaces only. 
Namespaces are usually long enough to make interning pay off, and
the null comparison that does not exist for other names
would be solved. 

Best regards,

Stefan

xml-dev: A list for W3C XML Developers. To post, mailto:xml-dev at ic.ac.uk
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/ and on CD-ROM/ISBN 981-02-3594-1
To unsubscribe, mailto:majordomo at ic.ac.uk the following message;
unsubscribe xml-dev
To subscribe to the digests, mailto:majordomo at ic.ac.uk the following message;
subscribe xml-dev-digest
List coordinator, Henry Rzepa (mailto:rzepa at ic.ac.uk)





More information about the Xml-dev mailing list