Crates.io | cachemap3 |
lib.rs | cachemap3 |
version | 0.0.1 |
source | src |
created_at | 2024-02-18 17:40:54.820941 |
updated_at | 2024-02-18 17:40:54.820941 |
description | A shared hashmap intended for caching values. Shorter lock times than dashmap |
homepage | |
repository | https://github.com/conradludgate/cachemap |
max_upload_size | |
id | 1144254 |
size | 8,135 |
Like DashMap, but the does not hold a lock during re-alloc.