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

max_probe and stash #6

Open
Yohjishong opened this issue Sep 19, 2023 · 1 comment
Open

max_probe and stash #6

Yohjishong opened this issue Sep 19, 2023 · 1 comment

Comments

@Yohjishong
Copy link

what does the max_probe mean? Can I consider it as the max times to remove the existing value when insert a new value.
And what does the stash mean? Can I consider it as the trash bin to store the value that is extruded in cuckoo hash.

@kimlaine
Copy link
Contributor

Correct on both. However, I wouldn't call the stash a trash bin really: items that are left over after a failed insertion are put there.

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

No branches or pull requests

2 participants