Decision Workspace
orx-concurrent-bag vs orx-pinned-concurrent-col vs orx-concurrent-vec
Side-by-side comparison of Rust crates
57
orx-concurrent-bag
stablev3.4.0
An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance concurrent collection.
59
orx-pinned-concurrent-col
stablev2.18.0
A core data structure with a focus to enable high performance, possibly lock-free, concurrent collections using a PinnedVec as the underlying storage.
56
orx-concurrent-vec
stablev3.10.0
A thread-safe, efficient and lock-free vector allowing concurrent grow, read and update operations.
Core Metrics
| orx-concurrent-bag | orx-pinned-concurrent-col | orx-concurrent-vec | |
|---|---|---|---|
| Health Score | 57 | 59 | 56 |
| Total Downloads | 1.0M | 1.1M | 114.6K |
| 30d Downloads | 136.5K | 151.3K | 14.9K |
| Dependents | 113 | 167 | 22 |
| Releases | 47 | 27 | 37 |
| Last Updated | 158d ago | 158d ago | 158d ago |
| Age | 2y | 1y 11m | 2y |
Health Breakdown
orx-concurrent-bag
Maintenance
12
Quality
16
Community
12
Popularity
7
Documentation
10
orx-pinned-concurrent-col
Maintenance
12
Quality
18
Community
12
Popularity
7
Documentation
10
orx-concurrent-vec
Maintenance
12
Quality
18
Community
10
Popularity
6
Documentation
10
Technical Details
| orx-concurrent-bag | orx-pinned-concurrent-col | orx-concurrent-vec | |
|---|---|---|---|
| Version | 3.4.0 | 2.18.0 | 3.10.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 12 | 5 | 17 |
| Crate Size | 116KB | 18KB | 191KB |
| Features | 0 | 0 | 2 |
| Yanked % | 2.1% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •orx-pinned-concurrent-col leads with a health score of 59/100, but none of the options score above 80.
- •orx-pinned-concurrent-col is depended on by 167 crates — strongest ecosystem trust.