boostorg / boostorg/accumulators
[feature] make some accumulators addable
Open
- Dominant language
- C++
- Stars
- 26
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
Some accumulators are addable: count, sum, mean, variance.
The proposal is to support operator+ for these and for accumulator_set if all stored accumulators are addable.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the implementations of count, sum, mean, variance, and accumulator_set in the C++ library. Review how these accumulators store and combine results, then determine the expected behavior for operator+ when all stored accumulators are addable. Done means the supported accumulators and qualifying accumulator_set instances can be added consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100