ei-grad edited a comment on pull request #12460:
URL: https://github.com/apache/arrow/pull/12460#issuecomment-1076394392


   > (also, is there a risk of precision issues?)
   
   The precision should be better in such algorithms, because actually the 
number of additions performed to compute each individual resulting value is 
smaller than in naive algorithm (log vs linear). /edit: And the scale of the 
values in the additions would probably be more balanced, but it depends on the 
values first./
   
   /edit2: I'm wrong on the "log" additions count, so it shouldn't be 
considered like an improvement/
   /edit3: though it is definitely not greater for each individual value, so it 
could be considered 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