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

Impliment some cool regex algos #23

Open
ethanpailes opened this issue Feb 23, 2018 · 0 comments
Open

Impliment some cool regex algos #23

ethanpailes opened this issue Feb 23, 2018 · 0 comments

Comments

@ethanpailes
Copy link
Owner

Previews seem sick, and also related in some respects what I've done with skip regex.

Apparently the egrep source is a good place to look for the kind of Aho-Corasick deep magic that regex optimization seems to be all about. I bet it works best for backtracking algorithms though.

Build one of these becuase who can say no to 20x faster than re2 using a DFA? I can't tell if this guy or previews is a better candidate to try to get upstreamed.

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