[jdom-interest] question about running speed
Laurent Bihanic
laurent.bihanic at atosorigin.com
Thu Apr 11 08:42:23 PDT 2002
Hi Alex,
Alex Rosen wrote:
> Since the common case is that SAXHandler only gets called once per text
> section, I tried optimizing for that.
The Crimson parser has the very bad habit to report text data in many small
chunks, sometimes empty, especially when encountering line feeds. You should
run some tests against Crimson to make sure your patch has no negative side
effects.
Laurent
More information about the jdom-interest
mailing list