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 all str_ functions with stri_ equivalents #163

Closed
brancengregory opened this issue Apr 2, 2024 · 0 comments · Fixed by #165
Closed

Replace all str_ functions with stri_ equivalents #163

brancengregory opened this issue Apr 2, 2024 · 0 comments · Fixed by #165

Comments

@brancengregory
Copy link
Member

brancengregory commented Apr 2, 2024

Benchmarks show we can cut some run times of str_detect in half using stri_detect_regex
It also shows that specifying case insensitivity in the regex pattern (?i) eeks out a small performance boost over specifying in function arguments

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant