We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80007b5 commit 6b19fb0Copy full SHA for 6b19fb0
pkgs/collection/CHANGELOG.md
@@ -1,6 +1,11 @@
1
## 1.19.1-wip
2
+
3
- Add `IterableMapEntryExtension` for working on `Map` as a list of pairs, using
4
`Map.entries`.
5
+- Use `entries` and `update` in map equality implementations.
6
+ - Speeds up all equality checks.
7
+ - Speeds up implementations for maps with slow lookup, at a slight cost for
8
+ other implementations.
9
10
## 1.19.1
11
0 commit comments