sharded VS dashmap

Compare sharded vs dashmap and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sharded dashmap
1 12
30 2,717
- -
0.0 5.5
over 1 year ago 28 days ago
Rust Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sharded

Posts with mentions or reviews of sharded. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-19.
  • Memory efficient hashmap?
    3 projects | /r/rust | 19 Sep 2021
    https://github.com/greg7mdp/parallel-hashmap has a full write up on memory improvements over the equivalent C++. There’s a reference implementation I did in Rust here https://github.com/nkconnor/sharded focused on the concurrency side.

dashmap

Posts with mentions or reviews of dashmap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-07.

What are some alternatives?

When comparing sharded and dashmap you can also consider the following projects:

rust-phf - Compile time static maps for Rust

hashbrown - Rust port of Google's SwissTable hash map