Decision Workspace
kahan vs compensated-summation vs interp
Side-by-side comparison of Rust crates
42
kahan
growingv0.1.4
Provides types to perform Kahan summation
38
compensated-summation
growingv0.3.1
Compensated summation algorithms for better precision.
64
interp
stablev2.1.2
A Rust implementation of Matlab's interp1 function
Core Metrics
| kahan | compensated-summation | interp | |
|---|---|---|---|
| Health Score | 42 | 38 | 64 |
| Total Downloads | 25.0K | 10.1K | 3.0M |
| 30d Downloads | 1.5K | 363 | 301.7K |
| Dependents | 21 | 7 | 87 |
| Releases | 4 | 4 | 12 |
| Last Updated | 2430d ago | 331d ago | 50d ago |
| Age | 8y 2m | 1y 10m | 4y 9m |
Health Breakdown
kahan
Maintenance
2
Quality
15
Community
9
Popularity
5
Documentation
11
compensated-summation
Maintenance
6
Quality
9
Community
8
Popularity
5
Documentation
10
interp
Maintenance
14
Quality
20
Community
11
Popularity
8
Documentation
11
Technical Details
| kahan | compensated-summation | interp | |
|---|---|---|---|
| Version | 0.1.4 | 0.3.1 | 2.1.2 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 1 | 5 | 3 |
| Crate Size | 6KB | 13KB | 12KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 50.0% | 0.0% |
| Edition | — | 2021 | 2018 |
| MSRV | — | — | 1.63 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •interp leads with a health score of 64/100, but none of the options score above 80.
- •⚠ kahan has not been updated in over a year.
- •kahan, compensated-summation are pre-1.0 — API may change.