Rich-T-kid commented on PR #9865: URL: https://github.com/apache/arrow-rs/pull/9865#issuecomment-4388762027
@Jefffrey I think since we are adding in an extra comparison in a hot loop it make sense that performance would go down. One idea I do have is to pre-compute these booleans all at once and then refer to them in the hot loop instead of doing a comparison. is there any other way to compare `dyn Arrays`? -- 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]
