syncmap 0.1.3

syncmap is a fast, concurrent cache library built with a focus on performance and correctness. The motivation to build syncmap comes from the sync.Map in Golang.
Documentation
1
2
3
4
5
6
7
8
mod reclaim;
mod entry;
pub mod map;



/// Default hasher for [`HashMap`].
pub type DefaultHashBuilder = ahash::RandomState;