This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
Proposal: add build flag to be able to use REGEXP statement with Oniguruma #341
Labels
enhancement
New feature or request
performance
Performance improvements
proposal
proposal for new additions or changes
Go regular expressions are not as fast as they should. To make REGEXP statement faster, we can add the possibility of compile with Oniguruma regular expressions instead of Go ones.
Similar case here: src-d/enry#156
The text was updated successfully, but these errors were encountered: