Open johnynek opened 11 years ago
Semigroup/Monoid.plus works one at a time, sumOption can do big optimizations for sequences. Strongly prefer to use sumOption when adding a sequence.
Probably obvious, but I just wanted to make a note that the merge store read would be a great place to have this.
Semigroup/Monoid.plus works one at a time, sumOption can do big optimizations for sequences. Strongly prefer to use sumOption when adding a sequence.