| Sign In/My Account | View Cart |
| Weblog: | The Python comunity has too many deceptive XML benchmarks | |
| Subject: | Trying my own tool (Gnosis Utils) | |
| Date: | 2005-01-24 20:03:21 | |
| From: | David_Mertz | |
|
Response to: Trying my own tool (Gnosis Utils)
|
||
|
I am thinking, BTW, of wrapping cElementTree.iterparse() into another gnosis.xml.objectify parser. Currently, there's a painfully slow DOM parser, and a reasonably fast EXPAT parser in there. But the design makes it easy to plug in something else. I have vaguely wanted to create an RXPU parser too (and more recently LXML)... but if I think cElementTree is even faster, I might just do that.
|
||
Showing messages 1 through 2 of 2.
| Showing messages 1 through 2 of 2. |
and of course you should take advantage of the stuff I'm doing. it may not save you that much, since you still have to create all the objects over at the python side of things, but it's worth trying. drop me a line if you have questions.