Newbie Question: can this snippet be optimized?
Raymond Hettinger
vze4rx4y at verizon.net
Wed Jun 25 11:44:01 EDT 2003
More information about the Python-list mailing list
Wed Jun 25 11:44:01 EDT 2003
- Previous message (by thread): Platform-independent way to refer to execute path
- Next message (by thread): Newbie Question: can this snippet be optimized?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<Hedr> wrote in message news:3ef9ba07.117801375 at news.skynet.be... > Hi Pythonians, > > The underlying snippet is copied from minidom.py which is in the XML > package which I am currently using. Cloning nodes seem to take a > considerable amount of time, hence I went looking in the code whether > optimizations could be made. Try applying psyco.bind() to see if you can get a substantial speed-up. Raymond Hettinger
- Previous message (by thread): Platform-independent way to refer to execute path
- Next message (by thread): Newbie Question: can this snippet be optimized?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list