sharded VS rust-phf

Compare sharded vs rust-phf and see what are their differences.

sharded

Safe, fast, and obvious concurrent collections in Rust. (by nkconnor)

rust-phf

Compile time static maps for Rust (by sfackler)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
sharded rust-phf
1 15
30 1,716
- 1.7%
0.0 4.8
over 1 year ago about 1 month 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.

rust-phf

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

What are some alternatives?

When comparing sharded and rust-phf you can also consider the following projects:

dashmap - Blazing fast concurrent HashMap for Rust.

parallel-hashmap - A family of header-only, very fast and memory-friendly hashmap and btree containers.