haskell-hvr / rss

A library for generating RSS 2.0 feeds.
http://hackage.haskell.org/package/rss
18 stars 7 forks source link

feature request: render as string #18

Open srijan-paul opened 3 months ago

srijan-paul commented 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.

Would be happy to contribute this feature.