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.
2 parents 2588fc1 + 328556d commit dc5c33fCopy full SHA for dc5c33f
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