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

Improve GUID lookup / comparison performance #1128

Merged
merged 2 commits into from May 28, 2019

Conversation

simpsont-oci
Copy link
Contributor

Also includes cleanup for a few double-lookup situations in RtpsUdpDataLink where it was using both std::map::count() followed by std::map::operator[] instead of just using find().

@mitza-oci mitza-oci self-requested a review May 28, 2019 19:07
@mitza-oci mitza-oci merged commit b089965 into OpenDDS:master May 28, 2019
mitza-oci added a commit to mitza-oci/OpenDDS that referenced this pull request May 29, 2019
mitza-oci added a commit that referenced this pull request May 29, 2019
Fixed an issue in #1128 with fragmentation
mitza-oci added a commit that referenced this pull request Jul 24, 2019
Improve GUID lookup / comparison performance

(cherry picked from commit b089965)
mitza-oci added a commit that referenced this pull request Jul 24, 2019
Fixed an issue in #1128 with fragmentation

(cherry picked from commit 7b98a76)
@simpsont-oci simpsont-oci deleted the guid_memcmp branch March 19, 2020 15:49
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