Re: [Freevo-devel] Note on XML parser speeds

2007-04-23 Thread Jason Tackaberry
On 2007-04-23 11:14, James Oakley wrote: > The current xmltv.py uses cElementTree. 1.x does, yes. In kaa we are using xml.sax everywhere, and the performance is quite acceptable. The main bottlenecks were never due to xml parsing anyway. For my setup, Freevo 1.7 takes 7 minutes to download and

Re: [Freevo-devel] Note on XML parser speeds

2007-04-23 Thread James Oakley
On Monday 23 April 2007 9:11 am, Hans Meine wrote: > Hi! > > I just read this note by Roman Yakovenko (on the c++-sig ML): > > Recently I worked on performance. I believe Py++ is now 30-50% faster. > > > > The first improvement comes from pygccxml - standard XML SAX parser was > > replaced with cEl