GitHub - fortress-build/whirlwind: 🌀 Ridiculously fast, fully asynchronous, sharded hashmap for Rust.
🌀 Whirlwind
An asynchronous, sharded HashMap for high-performance concurrent data access
in Rust.
NoteThis crate is in development, and breaking changes may be made up until a 1.0 release.
📖 Table of Contents
Features
Installation
Usage
Examples
Benchmark
Contributing
License
✨ Features
Async Ready: Seamless integration with Rust's async/await syntax.
High Performance: Sharding minimizes lock contention in concurrent environments.
Thread-safe: Safe for use across multiple threads without fear ...
Read more at github.com