We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8fdc8 commit d65ef95Copy full SHA for d65ef95
1 file changed
containers/changelog.md
@@ -66,6 +66,10 @@
66
* Improved performance for `Data.Set`'s `fromList`, `map` and `Data.Map`'s
67
`fromList`, `fromListWith`, `fromListWithKey`, `mapKeys`, `mapKeysWith`.
68
69
+* Improved performance for many `Set` and `Map` modification operations,
70
+ including `insert` and `delete`, by inlining part of the balancing
71
+ routine. (Soumik Sarkar)
72
+
73
## Unreleased with `@since` annotation for 0.7.1:
74
75
### Additions
0 commit comments