Hacker News new | ask | show | jobs
by radford-neal 761 days ago
Exact addition using accumulators has progressed since the work of Zhu and Hayes in 2010.

See my paper at https://arxiv.org/abs/1505.05571 (repository at https://gitlab.com/radfordneal/xsum), which is used in the Julia xsum package (https://docs.juliahub.com/General/Xsum/stable/). There's also recent work by Marko Lange at https://web.archive.org/web/20220616031105id_/https://dl.acm...

I think these methods are probably faster than the exact methods you benchmark.