sdf-jkl commented on issue #51: URL: https://github.com/apache/arrow-rs/issues/51#issuecomment-5683296536
@Jefffrey @Rich-T-kid does anyone have issues with arrow-rs compile time? _If_ needed we can add a compile time benchmark first. DataFusion already has one -- https://github.com/apache/datafusion/blob/main/benchmarks/README.md#compile-profile-benchmark Turning off unicode support for regex didn't change the compile time on my machine, but this is not a real evidence. Regex unicode support is used in `arrow-string` and I see no reason to reduce the regex capabilities or gate them behind a feature flag, unless it makes sense for the end user. > unless it makes sense for the end user. This seems like a reasonable idea though. -- 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]
