-
Notifications
You must be signed in to change notification settings - Fork 165
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 the MemStatementIterator instances if they are particularly costly #3523
Labels
Milestone
Comments
hmottestad
added a commit
that referenced
this issue
Dec 17, 2021
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
5 tasks
hmottestad
added a commit
that referenced
this issue
Dec 17, 2021
…ng, less work when invalidating the cache and also some other fixes Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Dec 18, 2021
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Dec 18, 2021
…ng, less work when invalidating the cache and also some other fixes Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
5 tasks
hmottestad
added a commit
that referenced
this issue
Dec 22, 2021
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Dec 22, 2021
…ng, less work when invalidating the cache and also some other fixes Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Jan 5, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Jan 5, 2022
…ng, less work when invalidating the cache and also some other fixes Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Jan 5, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Jan 5, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad
added a commit
that referenced
this issue
Jan 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Problem description
MemStatementIterator use a statement list which consists of all possibly matching statements from the smallest list from the index. Sometimes the indexes aren't as efficient as we hope and there are a lot of statements to check with few matching statements.
Preferred solution
A cache that caches costly MemStatementIterator that are frequently used.
Are you interested in contributing a solution yourself?
Yes
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: