Performance issue with multivariate GCD for very large polynomials
PoslavskySV opened this issue · 0 comments
PoslavskySV commented
From FORM benchmarks:
Mathematica: 872.407s
Rings: 126594.310s
After debugging, I noticed that 99,9% of time is spent in MultivariatePolynomial#evaluate
method, which was used extremely inefficiently for building Vandermonde/LinZip matrices for ZippelGCD
(performance dip meets only for very large polys). These will be fixed with the following: