Decision Workspace
swar vs hamming-bitwise-fast vs overclocked_sort
Side-by-side comparison of Rust crates
44
swar
growingv0.4.0
Perform operations in parallel on bit subslices in unsigned numbers
65
hamming-bitwise-fast
stablev1.1.0
Fast bitwise Hamming distance using auto-vectorization with runtime SIMD detection on x86.
50
overclocked_sort
experimentalv0.2.1
Adaptive hybrid sort for integer-like keys: parallel counting on dense ranges with pattern-aware fallback paths.
Core Metrics
| swar | hamming-bitwise-fast | overclocked_sort | |
|---|---|---|---|
| Health Score | 44 | 65 | 50 |
| Total Downloads | 11.8K | 65.9K | 57 |
| 30d Downloads | 0 | 4.9K | 0 |
| Dependents | 6 | 9 | 0 |
| Releases | 8 | 2 | 4 |
| Last Updated | 2586d ago | 5d ago | 48d ago |
| Age | 7y 1m | 1y 5m | 1m |
Health Breakdown
swar
Maintenance
7
Quality
15
Community
5
Popularity
5
Documentation
12
hamming-bitwise-fast
Maintenance
17
Quality
19
Community
8
Popularity
6
Documentation
15
overclocked_sort
Maintenance
16
Quality
14
Community
5
Popularity
2
Documentation
13
Technical Details
| swar | hamming-bitwise-fast | overclocked_sort | |
|---|---|---|---|
| Version | 0.4.0 | 1.1.0 | 0.2.1 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 2 | 8 | 1 |
| Crate Size | 9KB | 34KB | 16KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2021 | 2024 |
| MSRV | — | 1.61 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •hamming-bitwise-fast leads with a health score of 65/100, but none of the options score above 80.
- •⚠ swar has not been updated in over a year.
- •swar, overclocked_sort are pre-1.0 — API may change.