You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: