Skip Menu |

This queue is for tickets about the XML-Parser CPAN distribution.

Report information
The Basics
Id: 2342
Status: resolved
Priority: 0/
Queue: XML-Parser

People
Owner: Nobody in particular
Requestors: varju [...] webct.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Performance: Allow strings to be passed by reference
We use XML::Parser in our product to parse very large XML documents. We noticed that passing the document into XML::Parser as a string took a long time, as Perl copies this data into a second buffer. Our solution was to pass the string by reference, but for this to work we had to modify XML::Parser to recognize references. The attached patch shows our change.
Download diff
application/octet-stream 707b

Message body not shown because it is not plain text.

Ticket migrated to github as https://github.com/toddr/XML-Parser/issues/18