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

Concurrent modification #6

Open
justloop opened this issue Dec 14, 2016 · 1 comment
Open

Concurrent modification #6

justloop opened this issue Dec 14, 2016 · 1 comment

Comments

@justloop
Copy link

All the hash maps used are not locked, there are concurrent modification issues.

@Ganners
Copy link

Ganners commented Dec 14, 2016

You are correct @justloop, and this has been asked previously: #5

The advice remains the same:

It is up to the application to proctect any accesses to the geoindex.

Feel free to submit a PR, I can see you've done some work on a fork to add thread safety.

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