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(http): switch router from chi to gin #137

Closed nuxencs closed 1 month ago

nuxencs commented 1 month ago

Migrate the router from chi to the gin framework due to vastly improved performance.

Benchmarks: https://github.com/gin-gonic/gin/blob/master/BENCHMARKS.md

zze0s commented 1 month ago

The benchmarks was done 3+ years ago on Go v1.14. Today we have 1.23 with lots of performance updates since. I wouldn't change router based on that alone, but you've already done the work.