[
Lists Home |
Date Index |
Thread Index
]
- From: Tim Bray <tbray@textuality.com>
- To: xml-dev@ic.ac.uk
- Date: Fri, 05 Sep 1997 09:44:49 -0700
At 12:04 PM 05/09/97 +0700, James Clark wrote:
>There's another technique
Of course, then there's the space/time trade-off. In particular, in XML,
the proportion of times when you're going to change parsing state based
on whether something's a NameChar/NameStart is not that high; so how much
table space & traversal code is it worth investing in speeding up that case?
Maybe a lot, maybe not.
What we need is a truly good profiler. Anyone with a good Java profiler
experience to share? I speeded Lark up substantially with 0.91, just by
code-walking and guessing. This is not the right way to do it. -T.
xml-dev: A list for W3C XML Developers
Archived as: http://www.lists.ic.ac.uk/hypermail/xml-dev/
To unsubscribe, send to majordomo@ic.ac.uk the following message;
unsubscribe xml-dev
List coordinator, Henry Rzepa (rzepa@ic.ac.uk)
|