Skip to content

Optimize the sums

Compare
Choose a tag to compare
@johnynek johnynek released this 03 Oct 23:09
· 1400 commits to develop since this release
  • Optimize lots of the Monoids/Semigroups when summing many items: see Semigroup.sumOption #206
  • Add many Aggregators for more convenient aggregation: #194
  • Aggregators compose: #188
  • Added scala.collection.Map (not just immutable.Map) algebras: #199
  • Added Boolean monoids (Or and And): #198