Blazing fast concurrent HashMap for Rust.
cargo add dashmap
[dependencies]
dashmap = "7.0.0-rc2"
| 官网 | https://github.com/xacrimon/dashmap |
|---|---|
| 仓库 | https://github.com/xacrimon/dashmap |
| 文档 | https://docs.rs/dashmap |
| 最新版本 | 7.0.0-rc2 |
| 分类 | concurrency, data-structures, algorithms |