scherben-map.rs

Concurrent Sharded HashMap for Rust.

scherben-map splits the HashMap into N shards, each protected by their own Read/Write lock.

status

This library in under development.

This library is inspired by concurrent-map and sharded.