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

   Thank you for this contribution @abacef  
   
   I think @psvri  switched arrow-cast to use ryu as well recently in 
https://github.com/apache/arrow-rs/pull/5401 which improved the performance
   
   > A note on this PR, the ryu crate which I implemented to convert f64 values 
outputs scientific notation sometimes, so `300000`. may be converted to 
`3.0e5`. Is it important to not break users who rely on a certian format? As I 
understand, scientific notation for numbers is valid json, but I wonder if a 
customer is manually parsing the number value who may break because of this. If 
this is that important, we can consider using a different method to reduce the 
time.
   
   I am not sure


-- 
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...@arrow.apache.org

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

Reply via email to