Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] moving Attributes.ArrayList into Element

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Elliotte Harold <elharo AT metalab.unc.edu>
  • To: Wolfgang Hoschek <whoschek AT lbl.gov>
  • Cc: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] moving Attributes.ArrayList into Element
  • Date: Sun, 12 Dec 2004 13:10:42 -0500

Wolfgang Hoschek wrote:

10% speedup for moving Attributes.ArrayList into Element, which makes access faster, plus saves a little memory

The current CVS has now eliminated the package-private Attributes class. All attribute handling is now done directly inside Element. No semantics are affected. Memory usage is maybe 2% less, depending on the nature of the document. Performance has not yet been profiled.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
XML in a Nutshell 3rd Edition Just Published!
http://www.cafeconleche.org/books/xian3/
http://www.amazon.com/exec/obidos/ISBN=0596007647/cafeaulaitA/ref=nosim



  • [XOM-interest] moving Attributes.ArrayList into Element, Elliotte Harold, 12/12/2004

Archive powered by MHonArc 2.6.24.

Top of Page