-
Notifications
You must be signed in to change notification settings - Fork 105
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
change occurrences of std::regex uses to RE2 library calls #4100
Conversation
Benchmark ResultMaster commit hash:
|
...llllllllllllllllllllllllly-long-name/big-comma-separated-values-file-name-with-long-path.csv
Outdated
Show resolved
Hide resolved
…really really long name so that windows can use the repository
Benchmark ResultMaster commit hash:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4100 +/- ##
==========================================
+ Coverage 83.90% 83.94% +0.04%
==========================================
Files 1303 1305 +2
Lines 51387 51362 -25
Branches 7143 7139 -4
==========================================
Hits 43116 43116
+ Misses 8125 8100 -25
Partials 146 146 ☔ View full report in Codecov by Sentry. |
…brary (kuzudb#4100) (cherry picked from commit 87de7f9)
Fixes #2933 and dramatically speeds up query compilation times.
Contributor agreement