Decision Workspace
no-adjacent vs fenwick vs hidden-median
Side-by-side comparison of Rust crates
40
no-adjacent
growingv0.1.1
Max sum when no two elements are adjacent in a list.
49
fenwick
growingv2.0.1
Fenwick tree: data structure that efficiently calculates prefix sums in a changing array of numbers.
46
hidden-median
growingv0.1.3
Finds the median of two lists, when merged without breaking sorted state.
Core Metrics
| no-adjacent | fenwick | hidden-median | |
|---|---|---|---|
| Health Score | 40 | 49 | 46 |
| Total Downloads | 2.8K | 114.1K | 5.3K |
| 30d Downloads | 4 | 20.6K | 7 |
| Dependents | 0 | 32 | 0 |
| Releases | 2 | 7 | 4 |
| Last Updated | 1642d ago | 1289d ago | 1679d ago |
| Age | 4y 6m | 7y 11m | 4y 7m |
Health Breakdown
no-adjacent
Maintenance
3
Quality
16
Community
5
Popularity
4
Documentation
12
fenwick
Maintenance
3
Quality
20
Community
10
Popularity
6
Documentation
10
hidden-median
Maintenance
9
Quality
16
Community
5
Popularity
4
Documentation
12
Technical Details
| no-adjacent | fenwick | hidden-median | |
|---|---|---|---|
| Version | 0.1.1 | 2.0.1 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 2 | 0 |
| Crate Size | 2KB | 5KB | 3KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2018 |
| MSRV | — | — | — |
| Owners | 2 | 1 | 2 |
Links
Quick Verdict
- •fenwick leads with a health score of 49/100, but none of the options score above 80.
- •⚠ no-adjacent, fenwick, hidden-median have not been updated in over a year.
- •no-adjacent, hidden-median are pre-1.0 — API may change.