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

Implement Bson.remove() for objects. #345

Closed
s-ludwig opened this issue Oct 16, 2013 · 2 comments
Closed

Implement Bson.remove() for objects. #345

s-ludwig opened this issue Oct 16, 2013 · 2 comments

Comments

@s-ludwig
Copy link
Member

No description provided.

@vladimirgamalyan
Copy link

Any plans to add this functionality?

@s-ludwig
Copy link
Member Author

With the current in-memory representation of Bson it wouldn't be efficient (O(n) + reallocating the data) and thus wouldn't be the best approach in general. But I'll have a go at it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants