Decision Workspace
okaywal vs nano-wal vs durability
Side-by-side comparison of Rust crates
44
okaywal
growingv0.3.1
An okay Write-Ahead Log implementation
56
nano-wal
growingv1.0.0
A concurrent Write-Ahead Log with CAS-based segment rotation and coalesced preadv reads
54
durability
experimentalv0.4.0
Crash-consistent persistence primitives: directory abstraction, generic WAL, checkpoints, and recovery.
Core Metrics
| okaywal | nano-wal | durability | |
|---|---|---|---|
| Health Score | 44 | 56 | 54 |
| Total Downloads | 15.4K | 2.6K | 196 |
| 30d Downloads | 271 | 122 | 178 |
| Dependents | 43 | 0 | 15 |
| Releases | 5 | 7 | 5 |
| Last Updated | 852d ago | 5d ago | 1d ago |
| Age | 3y 7m | 6m | 1m |
Health Breakdown
okaywal
Maintenance
5
Quality
8
Community
14
Popularity
5
Documentation
12
nano-wal
Maintenance
19
Quality
14
Community
6
Popularity
4
Documentation
13
durability
Maintenance
14
Quality
13
Community
9
Popularity
3
Documentation
15
Technical Details
| okaywal | nano-wal | durability | |
|---|---|---|---|
| Version | 0.3.1 | 1.0.0 | 0.4.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 6 | 4 | 8 |
| Crate Size | 40KB | 289KB | 73KB |
| Features | 0 | 0 | 1 |
| Yanked % | 80.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.58 | — | 1.80 |
| Owners | 2 (team) | 1 | 1 |
Links
Quick Verdict
- •nano-wal leads with a health score of 56/100, but none of the options score above 80.
- •okaywal has the most downloads (15.4K), suggesting wider adoption.
- •⚠ okaywal has not been updated in over a year.
- •okaywal, durability are pre-1.0 — API may change.