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

fix: remove heap allocation for startup snapshot where possible MONGOSH-1771 #60

Merged
merged 3 commits into from
May 15, 2024

Conversation

addaleax
Copy link
Contributor

@addaleax addaleax commented May 7, 2024

Use std::string_view instead of std::vector<> now that the Node.js embedder API allows it.

@addaleax addaleax merged commit 6ff7236 into main May 15, 2024
8 of 12 checks passed
@addaleax addaleax deleted the 1771-dev branch May 15, 2024 16:58
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

Successfully merging this pull request may close these issues.

2 participants