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

[774] BobClient reduce clone overhead #775

Merged
merged 63 commits into from
May 17, 2023

Conversation

ikopylov
Copy link
Member

@ikopylov ikopylov commented Feb 19, 2023

Closes #774
Closes #724
Closes #593

Covers required changes from #653

@ikopylov ikopylov marked this pull request as ready for review April 7, 2023 00:03
@ikopylov ikopylov requested a review from idruzhitskiy May 10, 2023 12:45
bob-common/src/configs/cluster.rs Outdated Show resolved Hide resolved
bob-common/src/name_types.rs Outdated Show resolved Hide resolved
bob-common/src/bob_client.rs Outdated Show resolved Hide resolved
bob-common/src/configs/cluster.rs Show resolved Hide resolved
bob-common/src/configs/cluster_tests.rs Show resolved Hide resolved
bob-common/src/configs/cluster.rs Outdated Show resolved Hide resolved
bob-common/src/configs/node.rs Outdated Show resolved Hide resolved
bob-common/src/core_types.rs Outdated Show resolved Hide resolved
bob-common/src/name_types.rs Outdated Show resolved Hide resolved
bob-common/src/name_types.rs Show resolved Hide resolved
Copy link
Contributor

@idruzhitskiy idruzhitskiy left a comment

Choose a reason for hiding this comment

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

LGTM

@ikopylov ikopylov merged commit 65b6727 into master May 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reduce BobClient clone overhead Place Node struct internals under Arc Optimize mapper performance
2 participants