Dandandan commented on PR #7731: URL: https://github.com/apache/arrow-rs/pull/7731#issuecomment-2993764663
I think for it to work we probably should: * Add some benchmarks for arrays with only inlined string views (12 bytes or smaller) * Change the implementation of comparison views to not be on individual level, but on array level - so outside of the loop we can decide on whether to use the fast path or not. -- 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]
