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/icon
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
..
checker.go refactor(icon): unexport a bunch of symbols 2025-07-10 19:32:29 -07:00
finder.go perf(misc): use arrays instead of slices where possible 2025-08-11 18:26:58 -07:00
finder_test.go refactor(icon): simplify findIconURLsFromHTMLDocument 2025-07-10 19:32:29 -07:00