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

Numba optimization #27

Closed
1 of 2 tasks
alecandido opened this issue Apr 2, 2020 · 0 comments · Fixed by #32
Closed
1 of 2 tasks

Numba optimization #27

alecandido opened this issue Apr 2, 2020 · 0 comments · Fixed by #32
Labels
enhancement New feature or request

Comments

@alecandido
Copy link
Member

alecandido commented Apr 2, 2020

Functions integrated by scipy.integrate.quad are currently composed by nesting multiple lambdas.

Calling this objects can be a bottleneck, so:

  • we need to profile a full run of yadism while producing a "DIS operator"
  • if needed: optimize the object passed to quad by constructing a proper numba object
@alecandido alecandido added the enhancement New feature or request label Apr 2, 2020
This was referenced Apr 2, 2020
@alecandido alecandido linked a pull request Apr 17, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant