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

Add (optional) use of Common Subexpression Elimination #22

Open
saschatimme opened this issue Sep 20, 2018 · 0 comments
Open

Add (optional) use of Common Subexpression Elimination #22

saschatimme opened this issue Sep 20, 2018 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@saschatimme
Copy link
Collaborator

saschatimme commented Sep 20, 2018

To improve the speed of evaluate it would be great to use the naive polynomial form and apply common subexpression elimination on it. This can be done either by

  • REDUCE an computer algebra system with an package for source code optimization SCOPE with Julia bindings via Reduce.jl.
  • Sympy and SymEngine.jl
@saschatimme saschatimme added enhancement New feature or request help wanted Extra attention is needed labels Sep 20, 2018
@saschatimme saschatimme mentioned this issue Sep 20, 2018
@saschatimme saschatimme changed the title Add (optional) use of Reduce.jl Add (optional) use of Common Subexpression Elimination Sep 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant