WangGuangxin commented on PR #9315: URL: https://github.com/apache/incubator-gluten/pull/9315#issuecomment-2812653770
> Why it happens, do we need to optimize re2? > > > The native regexp lib re2 is much slower than Java regexp lib @jinchengchenghh I think so. We also tried another native regexp lib named `ICU`(https://unicode-org.github.io/icu/userguide/strings/regexp.html), but the performance is very pool as well. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
