Sourced from dashmap's releases.
v6.1.0
v6.0.1
This is a patch release, now the main release for v6 as v6.0.0 was yanked shortly after release.
Thanks to
@JesusGuzmanJrfor notifying me about a critical bug that was introduced so that I could resolve it: #304.PRs for this release: #305 + https://github.com/xacrimon/dashmap/commit/d5c8be6213ca85d7e3ccbcc1eb5b95651ce7e253
v6.0.0
This release contains performance optimizations, most notably 10-40% gains on Apple Silicon but also 5-10% gains when measured in Intel Sapphire Rapids. This work was accomplished in:
Minor QoL improvements were made in:
Special to the following contributors for making this release possible:
v6.0.0-rc.1
This release contains performance optimizations, most notably 10-40% gains on Apple Silicon but also 5-10% gains when measured in Intel Sapphire Rapids. This work was accomplished in:
Minor QoL improvements were made in:
Special to the following contributors for making this release possible:
f2d248e
v6.1.0da6ac5e
Add typesize::TypeSize implementation for DashMap/DashSet (#308)633aadb
v6.0.1d5c8be6
add shrink_to_fit test488dbfa
fix deadlock in shrink_to_fit (#305)458238c
v6.0.01e3df1a
v6.0.0-rc.1bdb86b0
Merge branch 'arthurprs-small-optimizations'4cdfc39
fix: merge errors74b34f8
Merge branch 'small-optimizations' of github.com:arthurprs/dashmap into
arthu...