-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
add better implementations for generic findprev findnext for AbstractString #35742
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
Conversation
|
An almost 1000x improvement, not too shabby. |
|
Out of curiosity, how does the speed of Update: On my machine with Julia 1.5 master, this (Of course, the biggest improvement is eliminating the allocation in |
|
Note: Fixes #35721. |
506cae1 to
30b8419
Compare
|
FreeBSD failure looks unrelated. |
…AbstractString (JuliaLang#35742)" This reverts commit a47cf00.
…AbstractString (JuliaLang#35742)" This reverts commit a47cf00.
Ref #35727 (comment)
Before:
After
Fixes #35721.