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

Switch to re2 library #435

Closed
wants to merge 5 commits into from
Closed

Conversation

martinsumner
Copy link
Owner

The re2 library, though not offering the complete functionality of pcre, is known to be much faster in many scenarios.

Switch to re2 in preparation for the OTP switch to re2 in OTP28

The re2 library, though not offering the complete functionality of pcre, is known to be much faster in many scenarios.

Switch to re2 in preparation for the OTP switch to re2 in OTP28
@martinsumner
Copy link
Owner Author

There are some issues with using re2 in riak. It is not possible to pass/use a reference to a compiled regular expression between nodes. Further there are significant performance benefits to using filter expressions rather than regular expression. This is a better way to improve filter speed.

So the intention is now to wait for the OTP-implemented version to be available.

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 this pull request may close these issues.

None yet

1 participant