Skip to content

v3.2.0

Compare
Choose a tag to compare
@hdgarrood hdgarrood released this 20 Jan 17:56
· 150 commits to master since this release
  • Add Data.Array.ST.Iterator, for iterating over things in ST computations
  • Add unsafeFreeze for O(1) freezing of STArrays
  • Use ~> in the types for toUnfoldable and fromFoldable (@mlang)
  • Performance boost for groupBy: was quadratic, now linear.