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

Add support for some regexes #113

Open
satabin opened this issue Feb 18, 2021 · 0 comments
Open

Add support for some regexes #113

satabin opened this issue Feb 18, 2021 · 0 comments
Milestone

Comments

@satabin
Copy link
Member

satabin commented Feb 18, 2021

In some scenario, it is interesting to extract textual data based on some regular expression.
This can be an interesting fs2-data module that handles this with corner cases (e.g. when the match spans over several elements and/or chunks).

Using a non-backtracking regular expression implementation (such as re2) can help us leverage this problem in a streaming context.

This PhD thesis can be interesting in this context.

@satabin satabin added this to the future milestone Feb 18, 2021
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

Successfully merging a pull request may close this issue.

1 participant