Re: Performance tuning of character data callbacks....
Fred Drake <[email protected]> Fri, 19 Sep 2008 16:20:58 -0400
| Newsgroups | gmane.text.xml.expat.general |
|---|---|
| Message-ID | <[email protected]> |
On Aug 3, 2008, at 12:28 PM, Kevin Burton wrote: > No.... I'm saying I'll just recompile on my machine if this yields a > performance boost. > Also, couldn't it just be a tunable config param? It's fairly straightforward to add this on top of Expat; that's what's done in Python's pyexpat module (xml.parsers.expat in the Python standard library). Perhaps a little tedious in C, but then, it's C. :-) -Fred -- Fred Drake <fdrake at acm.org>