tustvold commented on PR #6812: URL: https://github.com/apache/arrow-rs/pull/6812#issuecomment-2507693017
> I actually started to create a (WIP) PR to avoid this dyn dispatch: The dyn dispatch is unavoidable in the general case, as arrow supports arbitrarily nested data structures. Generally the approach is to have specialized kernel implementations for non-nested types where this yields better performance, and then fallback to type-erased versions where this isn't possible -- 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]
