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

Add way to remove arbitrary element #18

Open
dsandber opened this issue Jun 10, 2021 · 1 comment
Open

Add way to remove arbitrary element #18

dsandber opened this issue Jun 10, 2021 · 1 comment

Comments

@dsandber
Copy link

Yeah, it's O(n) and will need to be protected with mutexes, but still useful when it's a rare case...

@dsandber
Copy link
Author

dsandber commented Jun 10, 2021

For now I guess you can loop through removing and inserting all elements, but skipping the insertion for the one that needs to be removed.

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