-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Analytics/AggregationsAggregationsAggregations>refactoringgood first issuelow hanging fruitlow hanging fruit
Description
We use the Kahan summation algorithm in several places in aggregations, and while it's not that complicated of an algorithm, each repetition is still a chance to make a subtle error. Most, if not all, of our usages could just call a common function (GeoCentroidAggregator might be the exception, since it runs a latitude and a longitude sum in parallel). We should refactor the common case into one place and just call it as needed.
iverasephantomsprawl
Metadata
Metadata
Assignees
Labels
:Analytics/AggregationsAggregationsAggregations>refactoringgood first issuelow hanging fruitlow hanging fruit