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

DataStorm minor fixes #3280

Merged
merged 3 commits into from
Dec 17, 2024
Merged

DataStorm minor fixes #3280

merged 3 commits into from
Dec 17, 2024

Conversation

pepone
Copy link
Member

@pepone pepone commented Dec 17, 2024

This PR includes minor fixes for DataStorm implementation.

@@ -168,7 +172,7 @@ namespace DataStormI
{
std::lock_guard<std::mutex> lock(_mutex);
std::vector<std::shared_ptr<typename V::BaseClassType>> seq;
for (auto& v : values)
for (auto v : values)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably revert this. The param values is a copy, and the previous version was moving the entries out. Which avoid the copy...

Copy link
Member

@bernardnormier bernardnormier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably revert this. The param values is a copy, and the previous version was moving the entries out. Which avoid the copy...

I agree.

@pepone pepone merged commit 05251c8 into zeroc-ice:main Dec 17, 2024
19 checks passed
InsertCreativityHere pushed a commit to InsertCreativityHere/compiler-comparison that referenced this pull request Jan 1, 2025
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