mambo_map 0.0.2

lightweight, simple, minimally blocking multithreaded hashtable
Documentation
1
2
3
4
A very simple and cross-platform implementation of the cache table framework that uses only use std::{
mem,
    sync::{Arc, Mutex, RwLock, TryLockError},
} set of the standard rust library