[
Lists Home |
Date Index |
Thread Index
]
Elliotte Rusty Harold wrote:
> Personally, I'm not convinced that there isn't another factor of ten
> performance gain to be had in the world of real XML parsing, though
> doing that will probably require ditching DOM and SAX in favor of a more
> performance tuned API. Still, I doubt we've yet hit the end of the line
> when it comes to XML parsing algorithms. I could well be wrong about
> that, but it would be truly ironic if two weeks after binary XML goes to
> REC, some grad student somewhere releases a text parser that beats the
> pants off the binary parsers.
Why don't you all just use Expat?
;-)
Karl
|