nuxencs / seasonpackarr

A companion app for autobrr that automagically hardlinks downloaded episodes into a season folder when a season pack is announced, eliminating the need for re-downloading existing episodes.
GNU General Public License v2.0
53 stars 3 forks source link

refactor: smaller optimizations #142

Closed nuxencs closed 3 weeks ago

nuxencs commented 1 month ago

This should bring a lot of minor performance improvements by using maps instead of slices to avoid deduplication. This also preallocates memory for new slices when possible and makes the code a bit more readable.