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

Bag data structure proposal #275

Open
largenumberhere opened this issue Dec 31, 2024 · 0 comments
Open

Bag data structure proposal #275

largenumberhere opened this issue Dec 31, 2024 · 0 comments

Comments

@largenumberhere
Copy link

Hello,

I noticed that you sometimes accept substantial pull requests to your code and that your library doesn't include a bag (an unordered, random insertion list). My bag is inspired by the C# ConcurrentBag, however my current implementation is not thread safe (should it be?).
I have created a prototype that I could generalise to fit your API, so I wanted to check if you would consider a submission before I make the necessary changes.

Do you have any thoughts?
Thank you and happy new year!

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

1 participant