1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/internal/reader/xml
jvoisin d59990f1dd perf(xml): optimize xml filtering
Instead of using bytes.Map which is returning a copy of the provided []byte,
use a custom in-place implementation, as the bytes.Map call is taking around
25% of rss.Parse
2025-06-09 13:49:10 -07:00
..
decoder.go perf(xml): optimize xml filtering 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