tustvold commented on PR #8589: URL: https://github.com/apache/arrow-rs/pull/8589#issuecomment-3398853003
The fact it is a macro is not the issue here, the problem is code generation based with complexity `<Number of Index Types> * <Number of Value Types>` which results in slow compilation and binary bloat. Whether this is achieved with macros, generics or copy paste doesn't change this :smile: -- 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]
