Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance problems for more than 2 variables #32

Open
saschatimme opened this issue Aug 14, 2017 · 0 comments
Open

Performance problems for more than 2 variables #32

saschatimme opened this issue Aug 14, 2017 · 0 comments

Comments

@saschatimme
Copy link
Contributor

saschatimme commented Aug 14, 2017

Here is a gist with benchmarks for one polynomial in 2 and one with 3 variables.
It is using the new MultivariatePolynomials API from @blegat but I also checked against Master with the same results.
You can see that the evaluation time and allocations explode if we go from 2 to 3 variables, whereas using DynamicPolynomials we only have a slight increase.

Any ideas what could causing this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant