-
Notifications
You must be signed in to change notification settings - Fork 26
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
grepl often faster with perl = T #51
Comments
Hmmm. Very nice. Would you be willing to (1) test this on longer strings as well? And (2) make a pr with changes after checking the speed on each instance to make sure there is an improvement? |
|
@KyleHaynes checking to see if you had done any work with this |
@trinker extremely sorry, been completely flat chat with high priority work. I won't get to this for about a week. |
trinker
pushed a commit
that referenced
this issue
Oct 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I notice this library has quite a few grepl calls. Not sure if you're aware but using perl is often considerably faster ...
example
The text was updated successfully, but these errors were encountered: