pyRXP Memory Likage???

Andy Robinson andy at reportlab.com
Thu Apr 18 03:18:04 EDT 2002


chema at imdea.com (Jose Manuel Esteve) wrote in message news:<c5f48de3.0204161113.14919d25 at posting.google.com>...
> 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

I confirm this with the latest source.  We are investigating
and wil post back here.  Thanks!

- Andy Robinson
CEO/Chief Architect,
ReportLab Inc.



More information about the Python-list mailing list