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

Does it make sense to add goroutine / thread safe data structures for all the existing data structures? #215

Open
yash-meesho opened this issue Nov 25, 2022 · 1 comment

Comments

@yash-meesho
Copy link

For example concurrenthashset.go, concurrentpriorityqueue.go?

  • Those who want performance above everything or don't have a use case can very well use the existing data structures
  • Those who want to use these data structures in production will require concurrent data structures

Please let me know if this is a valid use case for majority of the people who are using this library in production, I am willing to contribute.

Related issue(s) :
#68

@emirpasic
Copy link
Owner

Initially I intended to keep thread-safety and concurrency outside of this repo, but nowadays I think it makes sense to start introducing those structures

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