Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] [ANN] nux-1.0beta2 release

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: Re: [XOM-interest] [ANN] nux-1.0beta2 release
  • Date: Sun, 14 Nov 2004 06:54:24 -0500

Wolfgang Hoschek wrote:


#2 UTF conversion of large strings is fast, but for small strings (the common case) it is the opposite (setup costs), and hence Text is a hotspot as well.


Could you define small? Is there an inflection point somewhere? Possibly I could look at optimizing this better for small strings, or even use String for small strings and UTF-8 for large ones, though that probably would cost more than it would save. I'd have to profile and see.

--
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




Archive powered by MHonArc 2.6.24.

Top of Page