Decision Workspace
rcu_list vs rcu_cell vs crossbeam-epoch
Side-by-side comparison of Rust crates
43
rcu_list
growingv0.1.1
a lockless concurrent list implementation
55
rcu_cell
growingv1.2.1
a lockless rcu cell implementation
60
crossbeam-epoch
growingv0.9.18
Epoch-based garbage collection
Core Metrics
| rcu_list | rcu_cell | crossbeam-epoch | |
|---|---|---|---|
| Health Score | 43 | 55 | 60 |
| Total Downloads | 2.3K | 41.7K | 410.7M |
| 30d Downloads | 52 | 307 | 26.2M |
| Dependents | 2 | 16 | 888 |
| Releases | 2 | 30 | 38 |
| Last Updated | 463d ago | 322d ago | 809d ago |
| Age | 1y 3m | 7y 6m | 8y 4m |
Health Breakdown
rcu_list
Maintenance
6
Quality
13
Community
7
Popularity
4
Documentation
13
rcu_cell
Maintenance
8
Quality
19
Community
9
Popularity
6
Documentation
13
crossbeam-epoch
Maintenance
7
Quality
14
Community
19
Popularity
8
Documentation
12
Technical Details
| rcu_list | rcu_cell | crossbeam-epoch | |
|---|---|---|---|
| Version | 0.1.1 | 1.2.1 | 0.9.18 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | LGPL-3.0 | LGPL-3.0 | MIT OR Apache-2.0 |
| Dependencies | 8 | 3 | 3 |
| Crate Size | 11KB | 10KB | 47KB |
| Features | 0 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 18.4% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.61 |
| Owners | 1 | 1 | 4 (team) |
Links
Quick Verdict
- •crossbeam-epoch leads with a health score of 60/100, but none of the options score above 80.
- •crossbeam-epoch is depended on by 888 crates — strongest ecosystem trust.
- •⚠ rcu_list, crossbeam-epoch have not been updated in over a year.
- •rcu_list, crossbeam-epoch are pre-1.0 — API may change.