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

enh(MongoDB): Document::get returns value by const reference #4563

Merged
merged 1 commit into from
May 23, 2024

Conversation

matejk
Copy link
Contributor

@matejk matejk commented May 23, 2024

Performance optimisation to have the possibility to avoid copying when accessing MongoDB::Document's values.

Few other code improvements in MongoDB.

…of creating a copy and few other minor improvements.
@matejk matejk added this to the Release 1.14.0 milestone May 23, 2024
@matejk matejk self-assigned this May 23, 2024
MongoDB/testsuite/src/MongoDBTestOpMsg.cpp Dismissed Show dismissed Hide dismissed
@matejk matejk merged commit cf1a299 into main May 23, 2024
71 checks passed
@matejk matejk deleted the mongodb-document-optimisation branch May 23, 2024 09:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant