
Efficient Programming with Components
CppCast
00:00
Using a Balanced Reduce to Add Up Floating Points
A balanced reduce can be used to add up large amounts of floating point numbers. It uses like binary counting, the same way you learn to add binary digits. The other application that he does is this, finding the smallest and second smallest element in a list. And it's really interesting just to see another application of the a balanced reduce.
Transcript
Play full episode