Decision Workspace
median vs filtfilt vs hampel_filter
Side-by-side comparison of Rust crates
43
median
growingv0.3.2
An implementation of an efficient O(n) median filter.
53
filtfilt
experimentalv0.2.1
Zero-phase forward-backward IIR filtering filtfilt
50
hampel_filter
experimentalv0.1.1
Hampel filter for outlier detection in streaming float data
Core Metrics
| median | filtfilt | hampel_filter | |
|---|---|---|---|
| Health Score | 43 | 53 | 50 |
| Total Downloads | 50.7K | 106 | 48 |
| 30d Downloads | 1.4K | 106 | 48 |
| Dependents | 3 | 0 | 0 |
| Releases | 5 | 6 | 2 |
| Last Updated | 1850d ago | 11d ago | 14d ago |
| Age | 8y | 16d | 15d |
Health Breakdown
median
Maintenance
4
Quality
15
Community
7
Popularity
6
Documentation
11
filtfilt
Maintenance
16
Quality
14
Community
6
Popularity
2
Documentation
15
hampel_filter
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
15
Technical Details
| median | filtfilt | hampel_filter | |
|---|---|---|---|
| Version | 0.3.2 | 0.2.1 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | BSD-3-Clause OR Apache-2.0 | BSD-3-Clause OR Apache-2.0 |
| Dependencies | 5 | 1 | 1 |
| Crate Size | 126KB | 28KB | 10KB |
| Features | 3 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2024 | 2024 |
| MSRV | — | 1.89.0 | 1.89.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •filtfilt leads with a health score of 53/100, but none of the options score above 80.
- •median has the most downloads (50.7K), suggesting wider adoption.
- •⚠ median has not been updated in over a year.