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

cache stems in case multiple values are used #464

Open
gballet opened this issue Jul 24, 2024 · 0 comments
Open

cache stems in case multiple values are used #464

gballet opened this issue Jul 24, 2024 · 0 comments

Comments

@gballet
Copy link
Owner

gballet commented Jul 24, 2024

In order to reduce the amount of double computations, one should cache stems when they are computed. This way, they can be reused:

  • when writing two slots in the same group when updating the tree
  • for any write/read that has to happen before the final tree update at the end (FILL_COST?)
  • for the prefetcher later on

This might not be as interesting as computing stems in one swoop but it's worth checking if it positively impacts performance.

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

No branches or pull requests

1 participant