Decision Workspace
duotrie vs orx-pinned-concurrent-col vs orx-concurrent-bag
Side-by-side comparison of Rust crates
44
duotrie
experimentalv0.1.0
An in-memory storage adapter for the upstream jmt Jellyfish Merkle Tree crate, with a lock-free concurrent variant built on left-right.
59
orx-pinned-concurrent-col
growingv2.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-bag
growingv3.4.0
An efficient, convenient and lightweight grow-only concurrent data structure allowing high performance concurrent collection.
Core Metrics
| duotrie | orx-pinned-concurrent-col | orx-concurrent-bag | |
|---|---|---|---|
| Health Score | 44 | 59 | 56 |
| Total Downloads | 10 | 3.4M | 3.2M |
| 30d Downloads | 0 | 568.0K | 562.0K |
| Dependents | 0 | 167 | 113 |
| Releases | 1 | 27 | 47 |
| Last Updated | 1d ago | 266d ago | 266d ago |
| Age | 1d | 2y 3m | 2y 4m |
Health Breakdown
duotrie
Maintenance
13
Quality
14
Community
6
Popularity
1
Documentation
10
orx-pinned-concurrent-col
Maintenance
10
Quality
19
Community
12
Popularity
8
Documentation
10
orx-concurrent-bag
Maintenance
10
Quality
16
Community
12
Popularity
8
Documentation
10
Technical Details
| duotrie | orx-pinned-concurrent-col | orx-concurrent-bag | |
|---|---|---|---|
| Version | 0.1.0 | 2.18.0 | 3.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 5 | 12 |
| Crate Size | 27KB | 18KB | 116KB |
| Features | 1 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 2.1% |
| Edition | 2021 | 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.
- •duotrie is pre-1.0 — API may change.