mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
Don't use a slice of pointers to opml items, when we can simply use a slice of items instead. This should reduce the amount of memory allocations and the number of indirections the GC has to process, speedup up the import process. Note that this doesn't introduce any additional copies, as the only time a slice of subscription is created, the items are created and inserted inline. |
||
---|---|---|
.. | ||
handler.go | ||
opml.go | ||
parser.go | ||
parser_test.go | ||
serializer.go | ||
serializer_test.go | ||
subscription.go |