Concurrent Sharded HashMap for Rust.
scherben-map splits the HashMap into N shards, each protected by their own Read/Write lock.
This library in under development.
This library is inspired by concurrent-map and sharded.