Releases · fsprojects/FSharpx.Collections · GitHub
Skip to content

Releases: fsprojects/FSharpx.Collections

3.1.0

Choose a tag to compare

@gdziadkiewicz gdziadkiewicz released this 14 Nov 00:20
fa7dc9d

3.1.0 - 2022-11-13

3.0.1

Choose a tag to compare

@gdziadkiewicz gdziadkiewicz released this 12 Nov 21:02
21576c2

3.0.1 - 2021-10-23

3.0.0

Choose a tag to compare

@gdziadkiewicz gdziadkiewicz released this 12 Nov 21:01
b6a8c09

3.0.0 - 2021-10-22

  • Deque.Tail performance tweaks
  • Fast path for single back element. Avoid traversing list for length multiple times. Use Unchecked.defaultOf<_> rather than an actual element. Thanks @simendsjo
  • Expose PersistentVector.rangedIterator. Thanks @simendsjo
  • Seq extensions: add tryHeadTail #176. Thanks @knocte
  • some helper functions #92. Thanks @sideeffffect
  • Enable PersistentVector in Fable #182. Thanks @njlr
  • Dependencies update
  • Build and test with .NET 5 & Node 14

2.1.3

Choose a tag to compare

@gdziadkiewicz gdziadkiewicz released this 12 Nov 20:59
d55ba86

2.1.3 - 2020-05-30

  • RandomAccessLists zip, reduce, map2
  • doc projects netcoreapp3.1 build, thanks Grzegorz Dziadkiewicz(@gdziadkiewicz)

2.1.0

Choose a tag to compare

@gdziadkiewicz gdziadkiewicz released this 12 Nov 20:56

2.1.0 - 2019-11-12

  • target net45 and netstandard2.0, thanks Grzegorz Dziadkiewicz(@gdziadkiewicz)

2.0.0

Choose a tag to compare

@gdziadkiewicz gdziadkiewicz released this 12 Nov 20:53

2.0.0 - 2019-05-15

  • BREAKING CHANGE: only netstandard2.0 supported
  • PersistentHashMap implements Count (#12)
  • add compareWith and areEqual to LazyList (#114) thanks teo-tsirpanis
  • fix experimental RoseTree equality (#114) thanks teo-tsirpanis
  • fix Nop thread comparison in PersistentHashMap (#66)
  • make RandomAccessList serializable (#127) thanks teo-tsirpanis
  • Implemented CHAMP algorithm for a persistent hash map, thanks bsomes
  • Implement IReadOnlyList and IReadOnlyCollection for the RandomAccessList (#130) thanks teo-tsirpanis
  • LazyListbased on the BCL's Lazy type, thanks teo-tsirpanis

1.17.0

Choose a tag to compare

@forki forki released this 26 Jun 13:14

PERFORMANCE: NonEmptyList Collect had poor performance - #75

1.16.0

Choose a tag to compare

@forki forki released this 25 Apr 06:00

New tagged structures - #69
Use FSharp.Core 4.0
Couple of new helper functions - #64 #63
Improved RandomAccessList API with some functions from PersistentVector - #54
Faster NonEmptyList implementation - #62

1.15.3

Choose a tag to compare

@forki forki released this 25 Apr 05:54

Couple of new helper functions - #64

1.15.2

Choose a tag to compare

@forki forki released this 02 Sep 07:21

Couple of new helper functions - #63