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

Remove gid_hash_ from AttachmentData (backport #416) #417

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Jan 13, 2025

This member is computed in the constructor which is in turn called in rmw_publish. This hash is not serialized as part of the attachment.

I noticed this when profiling the multi-process iRobot benchmark, where hash_gid was taking around 23% of the running time of rmw_publish.


This is an automatic backport of pull request #416 done by Mergify.

This member is computed in the constructor which is in turn called
in `rmw_publish`. This hash is not serialized as part of the attachment.

(cherry picked from commit f040f5c)
@Yadunund Yadunund merged commit c648ba4 into jazzy Jan 13, 2025
4 checks passed
@Yadunund Yadunund deleted the mergify/bp/jazzy/pr-416 branch January 13, 2025 18:42
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