Decision Workspace
nodedb-wal vs nano-wal vs walogs
Side-by-side comparison of Rust crates
52
nodedb-wal
experimentalv0.2.1
Deterministic O_DIRECT write-ahead log with io_uring group commit
53
nano-wal
growingv1.0.0
A concurrent Write-Ahead Log with CAS-based segment rotation and coalesced preadv reads
46
walogs
experimentalv0.1.0
A crash-safe write-ahead log library with multi-segment rotation and configurable durability.
Core Metrics
| nodedb-wal | nano-wal | walogs | |
|---|---|---|---|
| Health Score | 52 | 53 | 46 |
| Total Downloads | 295 | 2.7K | 17 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 21 | 0 | 0 |
| Releases | 15 | 7 | 1 |
| Last Updated | 14d ago | 64d ago | 46d ago |
| Age | 1m | 8m | 1m |
Health Breakdown
nodedb-wal
Maintenance
12
Quality
14
Community
10
Popularity
3
Documentation
13
nano-wal
Maintenance
15
Quality
15
Community
6
Popularity
4
Documentation
13
walogs
Maintenance
10
Quality
14
Community
6
Popularity
1
Documentation
15
Technical Details
| nodedb-wal | nano-wal | walogs | |
|---|---|---|---|
| Version | 0.2.1 | 1.0.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | BUSL-1.1 | MIT | MIT |
| Dependencies | 15 | 4 | 3 |
| Crate Size | 88KB | 289KB | 22KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.94 | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •nano-wal leads with a health score of 53/100, but none of the options score above 80.
- •nodedb-wal, walogs are pre-1.0 — API may change.