alamb commented on PR #8901:
URL: https://github.com/apache/arrow-rs/pull/8901#issuecomment-3573074873

   > I think zeroing is not required for null values based on the arrow 
specification. But I guess not doing it has some foot guns and UB issues that 
we want to avoid. Curious if there is a take on that from arrow-rs. 🤔
   
   Allocating anything in rust is going to zero out the bytes anyways. Unless 
there is a compelling performance benchmark that shows avoiding the 
(potentially) extra zeroing makes a non trivial difference I think we should 
opt for safe


-- 
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]

Reply via email to