Skip to content

v2.0.0

Compare
Choose a tag to compare
@dadhi dadhi released this 24 Jan 14:39
· 877 commits to master since this release

v2.0.0 Major feature release

Highlights

  • Faster and less allocative ImMap and ImHashMap with more methods (plus bucketed ImMapSlots and ImHashMapSlots variants)
  • Algebraic sum-type aka descriminated union and one-liner records - Union<TUnion, T1..N>, Box<TBox, T>, Item<TItem, T>
  • GrowingList, ImZipper, StackPool, Unit, Fun extensions with forward pipe operators
  • Ref.Swap now accepts state to use closure-less lambdas with less allocations

Details

https://github.com/dadhi/ImTools/milestone/2