1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-16 18:01:37 +00:00
miniflux-v2/internal/reader/processor
jvoisin 3a01f8a691 perf(misc): use arrays instead of slices where possible
Arrays have a fixed size in go, while slices don't, making the former way
faster than the latter: https://go-benchmarks.com/array-vs-slice
2025-08-11 18:26:58 -07:00
..
bilibili.go refactor(processor): simplify bilibili processing 2025-06-19 11:43:47 -07:00
nebula.go refactor(processor): refactor common code into a fetchWatchTime function 2025-06-19 11:43:47 -07:00
odysee.go refactor(processor): refactor common code into a fetchWatchTime function 2025-06-19 11:43:47 -07:00
processor.go refactor(reader): move the fetcher outside of a loop 2025-08-05 17:39:23 -07:00
reading_time.go perf(misc): use arrays instead of slices where possible 2025-08-11 18:26:58 -07:00
utils.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00
utils_test.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00
youtube.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00
youtube_test.go test(processor): increase test coverage for parseISO8601Duration 2025-07-07 17:01:10 -07:00