findepi commented on PR #14668:
URL: https://github.com/apache/datafusion/pull/14668#issuecomment-2665079336

   i learned a bunch during last few days, being thrown at pages like below, 
which are good read
   
   - https://github.com/dtolnay/case-studies
   - https://blog.rust-lang.org/2022/10/28/gats-stabilization.html
   - https://github.com/rust-lang/rust/issues/87479
   - https://docs.rs/lending-iterator/latest/lending_iterator
   - https://docs.rs/higher-order-closure/latest/higher_order_closure & 
https://github.com/danielhenrymantilla/higher-order-closure.rs
   - https://github.com/rust-lang/rust/issues/134370; 
https://github.com/rust-lang/rust/issues/135050
   
   The result is a slightly smarter approach to function argument dispatch so 
that
   
   - a type parameter doesn't dictate decoder type; e.g.  string may be coming 
from utf8 or utf8view arrays
   - a type parameter can be a reference (`&str`) without major hacks.


-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to