Open srijan-paul opened 3 months ago
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.
showXML
String
Text
Would be happy to contribute this feature.
Currently, the
showXML
function returns aString
. I haven't benchmarked, but I think we should be usingText
here (optimally). This should reduce the memory usage, especially for larger feeds.Would be happy to contribute this feature.