Decision Workspace
partitions vs uf_rush vs ena
Side-by-side comparison of Rust crates
47
partitions
growingv0.2.4
A disjoint-sets/union-find implementation that allows for efficient iteration over elements of a set.
45
uf_rush
growingv0.2.1
A lock-free, thread-safe implementation of the Union-Find (Disjoint-Set) data structure.
62
ena
growingv0.14.4
Union-find, congruence closure, and other unification code. Based on code from rustc.
Core Metrics
| partitions | uf_rush | ena | |
|---|---|---|---|
| Health Score | 47 | 45 | 62 |
| Total Downloads | 462.4K | 10.4K | 55.6M |
| 30d Downloads | 3.9K | 212 | 3.5M |
| Dependents | 31 | 7 | 1.4K |
| Releases | 6 | 4 | 27 |
| Last Updated | 2704d ago | 773d ago | 45d ago |
| Age | 7y 5m | 2y 10m | 9y 5m |
Health Breakdown
partitions
Maintenance
3
Quality
17
Community
9
Popularity
7
Documentation
11
uf_rush
Maintenance
4
Quality
15
Community
8
Popularity
5
Documentation
13
ena
Maintenance
13
Quality
17
Community
16
Popularity
8
Documentation
8
Technical Details
| partitions | uf_rush | ena | |
|---|---|---|---|
| Version | 0.2.4 | 0.2.1 | 0.14.4 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 2 | 1 | 2 |
| Crate Size | 17KB | 8KB | 23KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | — |
| MSRV | — | — | — |
| Owners | 1 | 1 | 4 (team) |
Links
Quick Verdict
- •ena leads with a health score of 62/100, but none of the options score above 80.
- •ena is depended on by 1.4K crates — strongest ecosystem trust.
- •⚠ partitions, uf_rush have not been updated in over a year.