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

Try append-only hash-map as a tree stored in unrolled linked list #31

Open
dadhi opened this issue Jun 2, 2020 · 1 comment
Open

Try append-only hash-map as a tree stored in unrolled linked list #31

dadhi opened this issue Jun 2, 2020 · 1 comment

Comments

@dadhi
Copy link
Owner

dadhi commented Jun 2, 2020

No description provided.

@dadhi
Copy link
Owner Author

dadhi commented Jun 2, 2020

I think we don't even need an unrolled list for the ever-growing structure - just a bucketed list would be fine. It also will save the space and No need for complex buckets copy strategies on grow.

Why to use tree instead of linear probing hash table for instance. Because for the hash table we need to know the size beforehand to calculate the entry position. For tree we don't need it and just add the buckets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant