Skip to content

v3.0.0 Major feature release

Compare
Choose a tag to compare
@dadhi dadhi released this 24 Mar 14:29
· 557 commits to master since this release

v3.0.0 Major feature release

  • Minimizing the target frameworks to the net45 and netstandard2.0
  • Added fast and more memory efficient ImMap and ImHashMap based on 2-3 tree (#32, #35)
  • Extended the map API with AddOrGetEntry, Count, ToArray and ToDictionary methods, and more