1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00
miniflux-v2/internal/reader/xml
jvoisin 49085daefe perf(xml): optimized NewXMLDecoder
io.ReadAll is growing the underlying buffer progressively, while
io.Copy is able to allocate it in one go, which is significantly faster.
io.ReadAll is currently accounting for around 10% of the CPU time of rss.Parse
2025-06-09 13:49:10 -07:00
..
decoder.go perf(xml): optimized NewXMLDecoder 2025-06-09 13:49:10 -07:00
decoder_test.go Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00