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

Further minor optimizations #491

Merged
merged 4 commits into from
Oct 7, 2023
Merged

Further minor optimizations #491

merged 4 commits into from
Oct 7, 2023

Conversation

abensonca
Copy link
Collaborator

  • Avoid multiple reinitializations of the globally-known parameter names array
  • Avoid excessive destructor calls

@abensonca abensonca self-assigned this Oct 5, 2023
When building array of allowed parameter names for `objectBuilder` directives with a default option, avoid memory leaks that occur if a `var_str()` constructor is used within an array constructor.
@abensonca abensonca added this pull request to the merge queue Oct 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to it being already merged Oct 7, 2023
@github-merge-queue github-merge-queue bot merged commit 9a2f53b into master Oct 7, 2023
263 checks passed
@abensonca abensonca deleted the optimization branch October 7, 2023 14:52
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.

1 participant