mirror of
https://github.com/lunchcat/sif.git
synced 2026-01-14 05:46:33 -08:00
Move regex compilation from inside functions to package level to avoid recompiling on every function call. This improves performance by compiling the regex patterns once at package initialization. - Move jwtRegex to package level in supabase.go - Move nextPagesRegex to package level in next.go - Use strings.Builder instead of string concatenation in next.go