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

Refactor PlatformManager to use locks #2571

Open
wants to merge 4 commits into
base: version/7.3.x
Choose a base branch
from

Conversation

me4502
Copy link
Member

@me4502 me4502 commented Jul 7, 2024

This is mostly a test to see if we can replace the synchronized methods in this class with two locks, one for the platforms and one for the capability preferences.

Theoretically this should improve performance due to the overhead of synchronization, and the fact that platforms & capabilities are independent systems that can be locked separately.

@me4502 me4502 requested a review from a team as a code owner July 7, 2024 05:40
@me4502 me4502 force-pushed the chore/refactor-platform-manager-with-locks branch from a4f2a18 to 83f7b2b Compare July 7, 2024 07:02
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.

1 participant