Decision Workspace
multisets vs ord-by-set vs hashbag
Side-by-side comparison of Rust crates
35
multisets
growingv0.0.0
A multiset implementation, currently based on a HashMap
52
ord-by-set
growingv1.0.3
A library providing a weakly ordered multi-set with compile-time configurable ordering scheme
52
hashbag
growingv0.1.13
An unordered multiset implementation using a hash bag
Core Metrics
| multisets | ord-by-set | hashbag | |
|---|---|---|---|
| Health Score | 35 | 52 | 52 |
| Total Downloads | 1.6K | 5.2K | 1.6M |
| 30d Downloads | 4 | 6 | 140.3K |
| Dependents | 0 | 0 | 206 |
| Releases | 1 | 4 | 14 |
| Last Updated | 1367d ago | 1488d ago | 132d ago |
| Age | 3y 9m | 4y | 6y 1m |
Health Breakdown
multisets
Maintenance
1
Quality
15
Community
5
Popularity
4
Documentation
10
ord-by-set
Maintenance
9
Quality
21
Community
6
Popularity
4
Documentation
12
hashbag
Maintenance
10
Quality
15
Community
11
Popularity
7
Documentation
9
Technical Details
| multisets | ord-by-set | hashbag | |
|---|---|---|---|
| Version | 0.0.0 | 1.0.3 | 0.1.13 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 0 | 5 |
| Crate Size | 4KB | 8KB | 23KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •ord-by-set leads with a health score of 52/100, but none of the options score above 80.
- •hashbag has the most downloads (1.6M), suggesting wider adoption.
- •hashbag is depended on by 206 crates — strongest ecosystem trust.
- •⚠ multisets, ord-by-set have not been updated in over a year.
- •multisets, hashbag are pre-1.0 — API may change.