1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00
miniflux-v2/internal/reader/xml
jvoisin 8ee501d1d2 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 15:28:03 +02:00
..
decoder.go perf(xml): optimized NewXMLDecoder 2025-06-09 15:28:03 +02:00
decoder_test.go Regression: ensure all HTML documents are encoded in UTF-8 2023-12-01 16:52:03 -08:00