Decision Workspace
ldsc vs lowess vs fastLowess
Side-by-side comparison of Rust crates
46
ldsc
experimentalv0.3.1
LD Score Regression — fast Rust reimplementation of Bulik-Sullivan et al. LDSC
65
lowess
experimentalv1.2.0
LOWESS (Locally Weighted Scatterplot Smoothing)
62
fastLowess
experimentalv1.2.0
High-performance LOWESS (Locally Weighted Scatterplot Smoothing)
Core Metrics
| ldsc | lowess | fastLowess | |
|---|---|---|---|
| Health Score | 46 | 65 | 62 |
| Total Downloads | 82 | 2.5K | 1.6K |
| 30d Downloads | 48 | 556 | 293 |
| Dependents | 0 | 15 | 3 |
| Releases | 6 | 20 | 15 |
| Last Updated | 20d ago | 15d ago | 15d ago |
| Age | 1m | 4m | 3m |
Health Breakdown
ldsc
Maintenance
13
Quality
12
Community
6
Popularity
2
Documentation
13
lowess
Maintenance
18
Quality
19
Community
9
Popularity
4
Documentation
15
fastLowess
Maintenance
18
Quality
17
Community
8
Popularity
4
Documentation
15
Technical Details
| ldsc | lowess | fastLowess | |
|---|---|---|---|
| Version | 0.3.1 | 1.2.0 | 1.2.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | GPL-3.0-only | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 13 | 2 | 8 |
| Crate Size | 219KB | 60KB | 60KB |
| Features | 1 | 3 | 4 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2024 |
| MSRV | — | 1.88 | 1.88 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •lowess leads with a health score of 65/100, but none of the options score above 80.
- •ldsc is pre-1.0 — API may change.