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 this implementation thread-safe? #23

Open
kayvonr opened this issue Aug 2, 2017 · 2 comments
Open

Is this implementation thread-safe? #23

kayvonr opened this issue Aug 2, 2017 · 2 comments

Comments

@kayvonr
Copy link

kayvonr commented Aug 2, 2017

Can't find any mention of thread safety in the docs, just wanted to check

Thanks

@shawnliu339
Copy link

I have same question. Does anyone can help?

@skradel
Copy link

skradel commented Jun 17, 2024

I can only note observationally that it is not thread-safe -- it is trivial to create a case where HLL throws NPE, or the underlying fastutil library fails on a precondition check, during concurrent updates.

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

3 participants