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.
50
filtfilt
experimentalv0.2.1
Zero-phase forward-backward IIR filtering filtfilt
47
hampel_filter
experimentalv0.1.1
Hampel filter for outlier detection in streaming float data
Core Metrics
| median | filtfilt | hampel_filter | |
|---|---|---|---|
| Health Score | 43 | 50 | 47 |
| Total Downloads | 54.4K | 118 | 59 |
| 30d Downloads | 2.2K | 0 | 0 |
| Dependents | 3 | 0 | 0 |
| Releases | 5 | 6 | 2 |
| Last Updated | 1909d ago | 70d ago | 73d ago |
| Age | 8y 2m | 2m | 2m |
Health Breakdown
median
Maintenance
4
Quality
15
Community
7
Popularity
6
Documentation
11
filtfilt
Maintenance
13
Quality
14
Community
6
Popularity
2
Documentation
15
hampel_filter
Maintenance
10
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 50/100, but none of the options score above 80.
- •median has the most downloads (54.4K), suggesting wider adoption.
- •⚠ median has not been updated in over a year.