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

Consistency issues #6

Closed
xacrimon opened this issue Feb 7, 2020 · 2 comments
Closed

Consistency issues #6

xacrimon opened this issue Feb 7, 2020 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@xacrimon
Copy link

xacrimon commented Feb 7, 2020

With the current implementation of get_bucket it looks like it can swing in the next BucketArray mid resize, this may be an issue because values may appear to temporarily not appear in the map. This may happen if the array is switched without all values moved.

@Gregory-Meyer
Copy link
Owner

This might be something I fixed in read-modify-write before discovering that there's a double free bug hanging around somewhere. Specifically, I think I fixed what you're talking about in 875ab35.

@Gregory-Meyer Gregory-Meyer self-assigned this Feb 13, 2020
@Gregory-Meyer Gregory-Meyer added the bug Something isn't working label Feb 13, 2020
@Gregory-Meyer
Copy link
Owner

Closed by #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants