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

Fixed handling of cache misses #117

Merged
merged 1 commit into from
Oct 29, 2018
Merged

Conversation

tolbrino
Copy link
Contributor

Previously the successful case of finding all values in the cache would
lead to a full read. In that case the right thing to do is just return
all cached values.

@uwiger I ran into this a while ago for some obvious hard to calculate metrics where it became apparent.

@tolbrino tolbrino requested a review from uwiger October 26, 2018 08:06
Previously the successful case of finding all values in the cache would
lead to a full read. In that case the right thing to do is just return
all cached values.
Copy link
Member

@uwiger uwiger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems ok to me.

@tolbrino tolbrino merged commit 33d8cc9 into master Oct 29, 2018
@tolbrino tolbrino deleted the tb/fix_cachemiss_handling branch October 29, 2018 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants