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

Make use of ACE's cached allocators for RtpsUdpDataLink's ACE_Message_Blocks #2901

Merged
merged 4 commits into from Aug 14, 2021

Conversation

simpsont-oci
Copy link
Contributor

Problem: We're currently relying on new for the allocation of all ACE_Message_Blocks, which can be slow

Solution: Create appropriate allocators for message blocks, data blocks, and data buffers (for both customized blocks & fragments, as well as "bundled" responses).

@mitza-oci mitza-oci merged commit 9eff59e into OpenDDS:master Aug 14, 2021
@simpsont-oci simpsont-oci deleted the rtps_allocators branch July 20, 2022 14:51
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.

None yet

2 participants