Releases: xacrimon/dashmap
Releases · xacrimon/dashmap
v3.4.2
Fixed some lock dependency issues.
v3.4.1
Performance improvements.
v3.2.2
This release improves the performance and swaps the default hasher to be DOS resistant.
v.3.2.1
Mitigated RUSTSEC-2019-0031.
v.3.2.0
This release implements Clone for DashMap and loosens type trait bounds.
v3.1.2
This release enables the custom hasher for use when selecting shards.
v3.1.1
Fixed some UB reported by @KrishnaSannasi.