JuliaAlgebra / StaticPolynomials.jl

Fast evaluation of multivariate polynomials
https://juliaalgebra.github.io/StaticPolynomials.jl/latest/
Other
16 stars 4 forks source link

UInt8 in sexponent #40

Open fabienlefloch opened 3 years ago

fabienlefloch commented 3 years ago

If I try to use StaticPolynomials on a polynomial with a large degree (10000), it fails because sexponent uses a representation with UInt8. Why this limitation?