Decision Workspace
rs-sort-uniq-count vs hist-rs vs line_cardinality
Side-by-side comparison of Rust crates
39
rs-sort-uniq-count
growingv0.1.0
fast sort & uniq & count(like sort | uniq -c) using 1/10 ram
47
hist-rs
experimentalv0.1.8
High-throughput method to count abundance of unique line in the style of `sort | uniq -c`
52
line_cardinality
growingv3.0.0
High performance line cardinality counts and estimates
Core Metrics
| rs-sort-uniq-count | hist-rs | line_cardinality | |
|---|---|---|---|
| Health Score | 39 | 47 | 52 |
| Total Downloads | 867 | 1.2K | 4.8K |
| 30d Downloads | 3 | 15 | 24 |
| Dependents | 0 | 0 | 5 |
| Releases | 1 | 9 | 5 |
| Last Updated | 415d ago | 143d ago | 164d ago |
| Age | 1y 1m | 5m | 1y 7m |
Health Breakdown
rs-sort-uniq-count
Maintenance
2
Quality
14
Community
6
Popularity
4
Documentation
13
hist-rs
Maintenance
15
Quality
13
Community
5
Popularity
4
Documentation
10
line_cardinality
Maintenance
11
Quality
20
Community
5
Popularity
4
Documentation
12
Technical Details
| rs-sort-uniq-count | hist-rs | line_cardinality | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.8 | 3.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | MIT | GPL-3.0-or-later |
| Dependencies | 2 | 7 | 6 |
| Crate Size | 236KB | 9KB | 16KB |
| Features | 0 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •line_cardinality leads with a health score of 52/100, but none of the options score above 80.
- •⚠ rs-sort-uniq-count has not been updated in over a year.
- •rs-sort-uniq-count, hist-rs are pre-1.0 — API may change.