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/parser
jvoisin c4a2afb7b7 perf: cache the format of feeds
Detecting the format of a feed accounts for up to 30% of the time spent in
`parser.ParseFeed`. Cache the value once detected, as it'll never change.
2025-03-25 21:23:30 +01:00
..
testdata When detecting the format, detect its version as well 2024-03-12 18:56:56 -07:00
format.go When detecting the format, detect its version as well 2024-03-12 18:56:56 -07:00
format_test.go When detecting the format, detect its version as well 2024-03-12 18:56:56 -07:00
parser.go perf: cache the format of feeds 2025-03-25 21:23:30 +01:00
parser_test.go Refactor Atom parser to use an adapter 2024-03-15 17:27:16 -07:00