async-map

Crates.ioasync-map
lib.rsasync-map
version0.2.3
sourcesrc
created_at2021-05-16 15:20:37.651751
updated_at2023-06-25 19:49:55.328709
descriptionA rarely-locking, shared map for Rust.
homepagehttps://github.com/herblet/async-map
repository
max_upload_size
id398210
size47,951
Toby Grasl (herblet)

documentation

README

Crates.io async-map codecov

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.

Commit count: 0

cargo fmt