Closed brancengregory closed 6 months ago
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
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