Decision Workspace
objectpool vs lockfree-object-pool vs lendpool
Side-by-side comparison of Rust crates
41
objectpool
growingv0.1.0
Yet another lock-free object pool, support no_std
48
lockfree-object-pool
growingv0.1.6
A thread-safe object pool collection with automatic return and attach/detach semantics.
42
lendpool
growingv0.1.0
A simple lock-free library for allowing safe and concurrent access to a group of objects
Core Metrics
| objectpool | lockfree-object-pool | lendpool | |
|---|---|---|---|
| Health Score | 41 | 48 | 42 |
| Total Downloads | 2.5K | 26.4M | 889 |
| 30d Downloads | 4 | 566.0K | 3 |
| Dependents | 0 | 51 | 0 |
| Releases | 2 | 7 | 1 |
| Last Updated | 672d ago | 677d ago | 448d ago |
| Age | 1y 10m | 5y 2m | 1y 2m |
Health Breakdown
objectpool
Maintenance
5
Quality
11
Community
6
Popularity
4
Documentation
15
lockfree-object-pool
Maintenance
4
Quality
14
Community
11
Popularity
8
Documentation
11
lendpool
Maintenance
2
Quality
17
Community
6
Popularity
4
Documentation
13
Technical Details
| objectpool | lockfree-object-pool | lendpool | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.6 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | BSL-1.0 | MIT |
| Dependencies | 2 | 4 | 3 |
| Crate Size | 17KB | 12KB | 7KB |
| Features | 3 | 0 | 3 |
| Yanked % | 50.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •lockfree-object-pool leads with a health score of 48/100, but none of the options score above 80.
- •⚠ objectpool, lockfree-object-pool, lendpool have not been updated in over a year.