Decision Workspace
rstmdb-wal vs nano-wal vs nodedb-wal
Side-by-side comparison of Rust crates
44
rstmdb-wal
experimentalv0.2.0
Write-ahead log implementation for rstmdb - durable, append-only storage
53
nano-wal
growingv1.0.0
A concurrent Write-Ahead Log with CAS-based segment rotation and coalesced preadv reads
52
nodedb-wal
experimentalv0.2.1
Deterministic O_DIRECT write-ahead log with io_uring group commit
Core Metrics
| rstmdb-wal | nano-wal | nodedb-wal | |
|---|---|---|---|
| Health Score | 44 | 53 | 52 |
| Total Downloads | 251 | 2.7K | 295 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 11 | 0 | 21 |
| Releases | 2 | 7 | 15 |
| Last Updated | 68d ago | 64d ago | 14d ago |
| Age | 3m | 8m | 1m |
Health Breakdown
rstmdb-wal
Maintenance
13
Quality
12
Community
8
Popularity
3
Documentation
8
nano-wal
Maintenance
15
Quality
15
Community
6
Popularity
4
Documentation
13
nodedb-wal
Maintenance
12
Quality
14
Community
10
Popularity
3
Documentation
13
Technical Details
| rstmdb-wal | nano-wal | nodedb-wal | |
|---|---|---|---|
| Version | 0.2.0 | 1.0.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | non-standard | MIT | BUSL-1.1 |
| Dependencies | 9 | 4 | 15 |
| Crate Size | 19KB | 289KB | 88KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | — | — | 1.94 |
| 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.
- •rstmdb-wal, nodedb-wal are pre-1.0 — API may change.