File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.2.18.0]
2+
3+ * [ Fix strictness properties of ` Strict.mapMaybe[WithKey] ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/385 )
4+
5+ * [ Fix strictness properties of ` Strict.alterFEager ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/384 )
6+
7+ * [ Fix space leaks in ` union[With[Key]] ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/380 )
8+
9+ * [ Fix space leak in ` Lazy.fromListWith ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/386 )
10+
11+ * [ Speed up ` difference* ` and ` intersection* ` with ` unsafeInsert ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/372 )
12+
13+ * [ ` unionArrayBy ` : Find next 1-bits with ` countTrailingZeros ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/395 )
14+ - This speeds up ` union* ` for sparsely filled nodes, while penalizing ` union ` operations on densely filled nodes.
15+
16+ * [ Reduce reboxing in internal array operations] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/377 )
17+
18+ * [ Reduce code size of array operations in ` union* ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/376 )
19+
20+ [ 0.2.18.0 ] : https://github.com/haskell-unordered-containers/unordered-containers/compare/v0.2.17.0...v0.2.18.0
21+
122## [ 0.2.17.0]
223
324* [ Define ` dataCast1 ` for ` HashMap ` ] ( https://github.com/haskell-unordered-containers/unordered-containers/pull/345 )
Original file line number Diff line number Diff line change 11name : unordered-containers
2- version : 0.2.17 .0
2+ version : 0.2.18 .0
33synopsis : Efficient hashing-based container types
44description :
55 Efficient hashing-based container types. The containers have been
You can’t perform that action at this time.
0 commit comments