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

Store value instead of pointer in owned z_string, z_slice, z_bytes, z_string_array and z_bytes_writer. #479

Merged

Conversation

DenisBiryukov91
Copy link
Contributor

@DenisBiryukov91 DenisBiryukov91 commented Jun 28, 2024

Store value instead of pointer in owned z_string, z_slice, z_bytes, z_string_array and z_bytes_writer;
z_string_array uses svec instead of vec to reduce number of malloc calls;

Partially resolves #475.

…writer, to store value instead of pointer;

changed z_string_array to use svec instead of vec to reduce number of malloc calls;
@milyin milyin merged commit 4411046 into eclipse-zenoh:dev/1.0.0 Jul 1, 2024
50 checks passed
@DenisBiryukov91 DenisBiryukov91 deleted the dev/remove_owned_ptr branch July 2, 2024 14:06
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.

3 participants