pyRXP Memory Likage???

Jose Manuel Esteve chema at imdea.com
Tue Apr 16 15:13:39 EDT 2002


I have been playing with pyRXP and is incredibly fast as compared with
minidom, also the memory footprint is smaller for one file, however if
you loop for parsing a lot of xml strings the memory usage gets higher
and higher as compared to minidom

import pyRXP
xml='<start><tag1>text here</tag1></start>'
P=pyRXP.Parser()
for i in range(0,100000):
    tup=P.parse(xml)

will show the behaviour



More information about the Python-list mailing list