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

PartonicChannel caching #127

Open
2 tasks
alecandido opened this issue Dec 10, 2021 · 0 comments
Open
2 tasks

PartonicChannel caching #127

alecandido opened this issue Dec 10, 2021 · 0 comments
Labels
enhancement New feature or request refactor Refactor code

Comments

@alecandido
Copy link
Member

The cache at ESF level is not very effective

  • we might evaluate its impact just deactivating it and running, but I guess it's no more than a factor of two

but we could move the caching at the level of PartonicChannel, once we reworked the Info #126.

PartonicChannels are different only based on their path inside the package (that identifies the expression) and Info passed (at the moment a lot, but we'll hugely restrict).
So, for example, even completely different Kernels might share the pc, just having different weights.

  • We could simply compare the path and the Info hash. We combine into a single hash and we're done :)
@alecandido alecandido added refactor Refactor code enhancement New feature or request labels Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant