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

Outdated statement about glibc strpbrk() in ALGORITHM.md #129

Open
craigbarnes opened this issue Nov 27, 2019 · 0 comments
Open

Outdated statement about glibc strpbrk() in ALGORITHM.md #129

craigbarnes opened this issue Nov 27, 2019 · 0 comments

Comments

@craigbarnes
Copy link

craigbarnes commented Nov 27, 2019

The ALGORITHM.md file currently states:

Matching is currently performed using the standard lib's strpbrk, which has a very simple implementation (at least in glibc).

However, based on this comment and this source code, that no longer seems to be the case. Do you have any updated thoughts on the optimized strpbrk/strcspn implementation in glibc vs. the strchr implementation?

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

No branches or pull requests

1 participant