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