Crates.io | async-map |
lib.rs | async-map |
version | 0.2.3 |
source | src |
created_at | 2021-05-16 15:20:37.651751 |
updated_at | 2023-06-25 19:49:55.328709 |
description | A rarely-locking, shared map for Rust. |
homepage | https://github.com/herblet/async-map |
repository | |
max_upload_size | |
id | 398210 |
size | 47,951 |
This Rust project provides datastructures for shared use in an async environment, with the aim of avoiding locking as far as possible.
The first such datastructure is VersionedMap, a Map with no-Locking and optimized for high-read, low-write use cases.