You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the showXML function returns a String.
I haven't benchmarked, but I think we should be using Text here (optimally).
This should reduce the memory usage, especially for larger feeds.
Would be happy to contribute this feature.
The text was updated successfully, but these errors were encountered:
Currently, the
showXML
function returns aString
.I haven't benchmarked, but I think we should be using
Text
here (optimally).This should reduce the memory usage, especially for larger feeds.
Would be happy to contribute this feature.
The text was updated successfully, but these errors were encountered: