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

Change to using pointers for the descriptors #134

Merged
merged 9 commits into from
Aug 25, 2024

Conversation

TrentHouliston
Copy link
Member

GroupDescriptor and ThreadPoolDescriptor will now use shared_ptrs to constant instances instead of always making copies.

There is now no id fields as the pointers themselves are the unique identifier.
This reduces copies of strings as part of the descriptors and makes creating/adding names more consistent between the two

@TrentHouliston TrentHouliston merged commit 5fd572b into main Aug 25, 2024
11 of 12 checks passed
@TrentHouliston TrentHouliston deleted the houliston/ptr_descriptors branch August 25, 2024 04:05
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