alamb commented on PR #8631: URL: https://github.com/apache/arrow-datafusion/pull/8631#issuecomment-1868272762
> Hmm, captures_at is actually to extract all groups matched (i.e., searching matched strings). For compiling the regex, it should happen in Regex::new (this is where we catch compilation error) which is relatively faster (0.3%). Ah, that makes sense (that captures_at is the actual matching). Maybe pre-compiling won't get us as much afterall -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
