Decision Workspace
reciprocal vs divrem vs specialized-div-rem
Side-by-side comparison of Rust crates
38
reciprocal
growingv0.1.2
Baseline implementation of integer division by constants
55
divrem
growingv1.0.0
Division and modulus variants
53
specialized-div-rem
growingv1.1.0
specialized division algorithms for integer primitives
Core Metrics
| reciprocal | divrem | specialized-div-rem | |
|---|---|---|---|
| Health Score | 38 | 55 | 53 |
| Total Downloads | 5.1K | 4.4M | 57.7K |
| 30d Downloads | 5 | 309.2K | 2.3K |
| Dependents | 0 | 74 | 0 |
| Releases | 3 | 2 | 14 |
| Last Updated | 1764d ago | 1784d ago | 1555d ago |
| Age | 4y 10m | 7y 10m | 7y 9m |
Health Breakdown
reciprocal
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
9
divrem
Maintenance
3
Quality
21
Community
11
Popularity
8
Documentation
12
specialized-div-rem
Maintenance
5
Quality
23
Community
6
Popularity
6
Documentation
13
Technical Details
| reciprocal | divrem | specialized-div-rem | |
|---|---|---|---|
| Version | 0.1.2 | 1.0.0 | 1.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 5 | 0 | 1 |
| Crate Size | 7KB | 8KB | 25KB |
| Features | 1 | 0 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •divrem leads with a health score of 55/100, but none of the options score above 80.
- •⚠ reciprocal, divrem, specialized-div-rem have not been updated in over a year.
- •reciprocal is pre-1.0 — API may change.