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

Is there exist a fixed-size hash table's scenes ? #41

Open
lucky-wavespider opened this issue Feb 20, 2019 · 0 comments
Open

Is there exist a fixed-size hash table's scenes ? #41

lucky-wavespider opened this issue Feb 20, 2019 · 0 comments

Comments

@lucky-wavespider
Copy link

I have already seen the source code, When erase it do not set the key to null and I guess it's in order to keep the chain. This cell will not be occupied by others, resulting in a larger hash table until it is rewritten.
In our project, we assign a fixed-size hash table at initialization time and when running, it can not be changed.
Is there a fixed-size hash table implement
Or How to handle the deletion ?

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

1 participant