Decision Workspace
limited-queue vs circular-queue vs orx-concurrent-queue
Side-by-side comparison of Rust crates
43
limited-queue
growingv0.2.0
a limited queue that overrides the oldest data if trying to push a data when the queue is full.
53
circular-queue
growingv0.2.7
A circular buffer-like queue.
53
orx-concurrent-queue
growingv1.2.0
A high performance and convenient thread safe queue that can concurrently grow and shrink with push, extend, pop and pull capabilities.
Core Metrics
| limited-queue | circular-queue | orx-concurrent-queue | |
|---|---|---|---|
| Health Score | 43 | 53 | 53 |
| Total Downloads | 7.3K | 1.3M | 954.9K |
| 30d Downloads | 32 | 31.0K | 130.7K |
| Dependents | 7 | 122 | 3 |
| Releases | 7 | 11 | 3 |
| Last Updated | 150d ago | 378d ago | 158d ago |
| Age | 1y 8m | 8y 8m | 6m |
Health Breakdown
limited-queue
Maintenance
11
Quality
9
Community
8
Popularity
5
Documentation
10
circular-queue
Maintenance
5
Quality
16
Community
13
Popularity
7
Documentation
12
orx-concurrent-queue
Maintenance
12
Quality
16
Community
8
Popularity
7
Documentation
10
Technical Details
| limited-queue | circular-queue | orx-concurrent-queue | |
|---|---|---|---|
| Version | 0.2.0 | 0.2.7 | 1.2.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 5 | 8 |
| Crate Size | 8KB | 12KB | 22KB |
| Features | 0 | 3 | 0 |
| Yanked % | 85.7% | 0.0% | 0.0% |
| Edition | 2021 | 2015 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 2 | 1 |
Links
Quick Verdict
- •circular-queue leads with a health score of 53/100, but none of the options score above 80.
- •circular-queue is depended on by 122 crates — strongest ecosystem trust.
- •⚠ circular-queue has not been updated in over a year.
- •limited-queue, circular-queue are pre-1.0 — API may change.