Blazingly fast concurrent map in Rust. DashMap is an implementation of a concurrent associative array/hashmap in Rust. DashMap tries to implement an easy-to-use API similar to std::collections::HashMap with some slight changes to handle concurrency. DashMap tries to be very simple to use and to be a direct replacement for RwLock<HashMap<K, V>>. To accomplish these goals, all methods take &self instead of modifying methods taking &mut self. This allows you to put a DashMap in an Arc<T> and share it between threads while still being able to modify it. DashMap puts 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.

Features

  • Enables serde support
  • Enables the unstable raw-shard API
  • Enables rayon support
  • DashMap gladly accepts contributions! Do not hesitate to open issues or PR's
  • Provides a comprehensive benchmark suite including DashMap
  • This project is licensed under MIT

Project Samples

Project Activity

See All Activity >

License

MIT License

Follow DashMap

DashMap Web Site

Other Useful Business Software
Award-Winning Medical Office Software Designed for Your Specialty Icon
Award-Winning Medical Office Software Designed for Your Specialty

Succeed and scale your practice with cloud-based, data-backed, AI-powered healthcare software.

RXNT is an ambulatory healthcare technology pioneer that empowers medical practices and healthcare organizations to succeed and scale through innovative, data-backed, AI-powered software.
Learn More
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of DashMap!

Additional Project Details

Programming Language

Rust

Related Categories

Rust Software Development Software

Registered

2022-06-23