abhiaagarwal opened a new issue, #17689: URL: https://github.com/apache/datafusion/issues/17689
### Is your feature request related to a problem or challenge? I was looking through axum's changelog and I stumbled upon this benchmark, where removing `async_trait` and using Rust's 1.75's native AFIT yielded a pretty substantial performance improvement. https://github.com/tokio-rs/axum/pull/2308#issuecomment-1880186615 ### Describe the solution you'd like I want to investigate whether removing this trait in favor of native AFIT / [dynosaur](https://crates.io/crates/dynosaur) when boxed futures are needed improves query performance. I'll test with https://github.com/alamb/datafusion-benchmarking/ ### Describe alternatives you've considered N/A ### Additional context N/A -- 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]
