Decision Workspace
bitcoinleveldb-limiter vs bitcoin-sync vs bitcoinleveldb-compat
Side-by-side comparison of Rust crates
51
bitcoinleveldb-limiter
growingv0.1.19
Lock-free atomic limiter used to cap concurrent resource usage (e.g., file descriptors and mmaps) in Bitcoin LevelDB integrations, providing a non-blocking counter-based semaphore with debug-time misuse detection.
51
bitcoin-sync
growingv0.1.19
Low-level synchronization, semaphore, lock-order debugging, and interruptible thread utilities modelled after Bitcoin Core, built on parking_lot and tracing.
51
bitcoinleveldb-compat
growingv0.1.19
LevelDB-compatible low-level utilities for Bitcoin: Snappy compression shims, accelerated CRC32C, and ported mutex/condvar primitives with tracing, matching the C++ LevelDB/Bitcoin Core interfaces.
Core Metrics
| bitcoinleveldb-limiter | bitcoin-sync | bitcoinleveldb-compat | |
|---|---|---|---|
| Health Score | 51 | 51 | 51 |
| Total Downloads | 23.6K | 22.2K | 24.2K |
| 30d Downloads | 636 | 563 | 817 |
| Dependents | 9 | 24 | 3 |
| Releases | 4 | 5 | 4 |
| Last Updated | 116d ago | 116d ago | 116d ago |
| Age | 3y 2m | 3y 2m | 3y 2m |
Health Breakdown
bitcoinleveldb-limiter
Maintenance
10
Quality
14
Community
9
Popularity
5
Documentation
13
bitcoin-sync
Maintenance
10
Quality
13
Community
10
Popularity
5
Documentation
13
bitcoinleveldb-compat
Maintenance
10
Quality
15
Community
8
Popularity
5
Documentation
13
Technical Details
| bitcoinleveldb-limiter | bitcoin-sync | bitcoinleveldb-compat | |
|---|---|---|---|
| Version | 0.1.19 | 0.1.19 | 0.1.19 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 5 | 10 | 5 |
| Crate Size | 60KB | 72KB | 65KB |
| Features | 0 | 0 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •bitcoinleveldb-limiter leads with a health score of 51/100, but none of the options score above 80.
- •bitcoinleveldb-compat has the most downloads (24.2K), suggesting wider adoption.