Decision Workspace
linux-rtic vs pcp-mutex vs futex-queue
Side-by-side comparison of Rust crates
41
linux-rtic
growingv0.1.1
A Real-Time Interrupt-driven Concurrency (RTIC) implementation for Linux
43
pcp-mutex
growingv0.2.0
A Priority Ceiling Protocol (PCP) mutex, based on Linux PI futex. Allows efficient and deadlock free execution.
42
futex-queue
growingv0.1.1
An efficient MPSC queue with timer capability based on Linux futex. Suitable for real-time applications.
Core Metrics
| linux-rtic | pcp-mutex | futex-queue | |
|---|---|---|---|
| Health Score | 41 | 43 | 42 |
| Total Downloads | 3.7K | 6.7K | 4.0K |
| 30d Downloads | 5 | 24 | 21 |
| Dependents | 0 | 2 | 2 |
| Releases | 2 | 4 | 2 |
| Last Updated | 1624d ago | 1627d ago | 1640d ago |
| Age | 4y 5m | 4y 5m | 4y 6m |
Health Breakdown
linux-rtic
Maintenance
3
Quality
15
Community
6
Popularity
4
Documentation
13
pcp-mutex
Maintenance
4
Quality
15
Community
6
Popularity
5
Documentation
13
futex-queue
Maintenance
3
Quality
15
Community
7
Popularity
4
Documentation
13
Technical Details
| linux-rtic | pcp-mutex | futex-queue | |
|---|---|---|---|
| Version | 0.1.1 | 0.2.0 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | Apache-2.0 OR MIT | Apache-2.0 OR MIT |
| Dependencies | 10 | 3 | 2 |
| Crate Size | 17KB | 11KB | 10KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •pcp-mutex leads with a health score of 43/100, but none of the options score above 80.
- •⚠ linux-rtic, pcp-mutex, futex-queue have not been updated in over a year.