Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xml_parse_string() is slow for a long XML string #96

Closed
achernavin22 opened this issue Nov 14, 2019 · 1 comment
Closed

xml_parse_string() is slow for a long XML string #96

achernavin22 opened this issue Nov 14, 2019 · 1 comment
Labels

Comments

@achernavin22
Copy link

For example, if xml_parse_string() needs to parse a string like this, it takes several minutes:

<rpc-reply>
 <stdout><![CDATA[

... ~2MB of data ...

]]></stdout>
</rpc-reply>

Please find this XML string attached:
xml_parse_string_long.txt

@olofhagsand
Copy link
Member

Should be faster now, thanks for reporting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants