Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace regex with std alternative #473

Merged
merged 1 commit into from
Dec 18, 2023
Merged

replace regex with std alternative #473

merged 1 commit into from
Dec 18, 2023

Conversation

jirutka
Copy link
Contributor

@jirutka jirutka commented Dec 18, 2023

regex is a big dependency (adds over 1 MiB to the binary size) and it's completely unnecessary for such a simple check.

@olirice
Copy link
Contributor

olirice commented Dec 18, 2023

Reduced the .so sized from 3.4 MiB to 2.0 MiB by my test. thank you

regex is a big dependency (adds over 1 MiB to the binary size) and it's
unnecessary for such a simple check.
@olirice olirice merged commit 3cb00f7 into supabase:master Dec 18, 2023
4 checks passed
@jirutka jirutka deleted the remove-regex branch December 18, 2023 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants