-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Calculate table size of FastLRUCache more accurately #10235
Conversation
@guidotag has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@guidotag has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
1 similar comment
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
@guidotag has updated the pull request. You must reimport the pull request before landing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@guidotag has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Summary: Calculate the required size of the hash table in FastLRUCache more accurately.
Test plan:
make -j24 check