Decision Workspace
const_poly vs good_lp vs horner
Side-by-side comparison of Rust crates
43
const_poly
experimentalv0.0.5
Evaluate any multivariable equation or polynomial at compile time with high accuracy and zero runtime overhead.
77
good_lp
stablev1.15.0
Mixed Integer Linear Programming for Rust, with an user-friendly API. This crate allows modeling LP problems, and lets you solve them with various solvers.
49
horner
growingv0.2.2
Evaluate polynomials using Horner's method.
Core Metrics
| const_poly | good_lp | horner | |
|---|---|---|---|
| Health Score | 43 | 77 | 49 |
| Total Downloads | 951 | 2.7M | 8.9K |
| 30d Downloads | 7 | 229.2K | 100 |
| Dependents | 0 | 255 | 19 |
| Releases | 5 | 60 | 6 |
| Last Updated | 153d ago | 36d ago | 1685d ago |
| Age | 5m | 5y 1m | 4y 7m |
Health Breakdown
const_poly
Maintenance
12
Quality
14
Community
3
Popularity
4
Documentation
10
good_lp
Maintenance
17
Quality
21
Community
18
Popularity
8
Documentation
13
horner
Maintenance
10
Quality
15
Community
10
Popularity
5
Documentation
9
Technical Details
| const_poly | good_lp | horner | |
|---|---|---|---|
| Version | 0.0.5 | 1.15.0 | 0.2.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT | ISC |
| Dependencies | 1 | 12 | 1 |
| Crate Size | 17KB | 67KB | 3KB |
| Features | 0 | 6 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 2 (team) | 1 |
Links
Quick Verdict
- •good_lp leads with a health score of 77/100, but none of the options score above 80.
- •good_lp is depended on by 255 crates — strongest ecosystem trust.
- •⚠ horner has not been updated in over a year.
- •const_poly, horner are pre-1.0 — API may change.