dashmap 4.0.0-rc2

Blazing fast concurrent HashMap for Rust.
Documentation

DashMap

DashMap is a blazing fast implementation of a concurrent key -> value map.

DashMap tries to implement an easy to use API while also having more advanced interfaces for squeezing out performance.

We put great effort into performance and aims to be as fast as possible. If you have any suggestions or tips do not hesitate to open an issue or a PR.

Documentation

version

downloads

Contributing

DashMap is gladly accepts contributions! Do not hesitate to open issues or PR's.

Performance

DashMap is included in a set of benchmarks found here that use bustle, a port of the libcuckoo benchmark harness. Benchmarks are a best effort and we try to make them as unbiased and realistic as possible. Contributions are accepted there too!

Support

Patreon

Creating and testing open-source software like DashMap takes up a large portion of my time and comes with costs such as test hardware. Please consider supporting me and everything I make for the public to enable me to continue doing this.

If you want to support me please head over and take a look at my patreon.

Special thanks

License

This project is licensed under MIT.