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 2588fc1 commit 328556dCopy full SHA for 328556d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 2.1.1
2
+
3
+- Change the internal algorithm to better accomodate large hashmaps.
4
+ This mitigates a [regression with 2.0 in rustc](https://github.com/rust-lang/rust/issues/135477).
5
+ See [PR#55](https://github.com/rust-lang/rustc-hash/pull/55) for more details on the change (this PR was not merged).
6
+ This problem might be improved with changes to hashbrown in the future.
7
8
## 2.1.0
9
10
- Implement `Clone` for `FxRandomState`
0 commit comments