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
Auth0 for AI Agents now in GA Icon
Auth0 for AI Agents now in GA

Ready to implement AI with confidence (without sacrificing security)?

Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
Start building today
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