Decision Workspace
indexed-hash-set vs rayon-hash vs rand_set
Side-by-side comparison of Rust crates
38
indexed-hash-set
growingv0.1.0
A bidirectional set whose entries can either be accessed via an index or via hashing.
48
rayon-hash
growingv0.5.0
(deprecated) HashMap and HashSet with support for Rayon parallel iterators
46
rand_set
experimentalv0.1.2
A hash set with O(1) random element access and all standard set operations
Core Metrics
| indexed-hash-set | rayon-hash | rand_set | |
|---|---|---|---|
| Health Score | 38 | 48 | 46 |
| Total Downloads | 1.8K | 20.2K | 1.7K |
| 30d Downloads | 3 | 119 | 76 |
| Dependents | 0 | 11 | 0 |
| Releases | 1 | 6 | 3 |
| Last Updated | 2033d ago | 2529d ago | 253d ago |
| Age | 5y 6m | 8y 4m | 8m |
Health Breakdown
indexed-hash-set
Maintenance
1
Quality
15
Community
6
Popularity
4
Documentation
12
rayon-hash
Maintenance
6
Quality
14
Community
11
Popularity
5
Documentation
12
rand_set
Maintenance
10
Quality
14
Community
5
Popularity
4
Documentation
13
Technical Details
| indexed-hash-set | rayon-hash | rand_set | |
|---|---|---|---|
| Version | 0.1.0 | 0.5.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | Apache-2.0/MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 4 | 1 |
| Crate Size | 6KB | 60KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •rayon-hash leads with a health score of 48/100, but none of the options score above 80.
- •⚠ indexed-hash-set, rayon-hash have not been updated in over a year.