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

Concurrent WeakObjectRegistry #3572

Closed
hmottestad opened this issue Jan 5, 2022 · 2 comments · Fixed by #3573
Closed

Concurrent WeakObjectRegistry #3572

hmottestad opened this issue Jan 5, 2022 · 2 comments · Fixed by #3573
Assignees
Labels
📶 enhancement issue is a new feature or improvement M2 Fixed in milestone 2 ⏩ performance
Milestone

Comments

@hmottestad
Copy link
Contributor

Problem description

Performance of the MemValueFactory is poor when there are multiple threads performing read operations because the WeakObjectRegistry does not support any concurrency.

Preferred solution

No response

Are you interested in contributing a solution yourself?

Yes

Alternatives you've considered

No response

Anything else?

No response

@hmottestad hmottestad added the 📶 enhancement issue is a new feature or improvement label Jan 5, 2022
@hmottestad
Copy link
Contributor Author

hmottestad added a commit that referenced this issue Jan 5, 2022
hmottestad added a commit that referenced this issue Jan 5, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 5, 2022
hmottestad added a commit that referenced this issue Jan 5, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 5, 2022
hmottestad added a commit that referenced this issue Jan 5, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 6, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 6, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 6, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 7, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 7, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 7, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 7, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 7, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
@abrokenjester abrokenjester added this to the 4.0.0 milestone Jan 8, 2022
@abrokenjester abrokenjester linked a pull request Jan 8, 2022 that will close this issue
5 tasks
@hmottestad
Copy link
Contributor Author

Related to #3435

hmottestad added a commit that referenced this issue Jan 10, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 10, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 11, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 11, 2022
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
hmottestad added a commit that referenced this issue Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📶 enhancement issue is a new feature or improvement M2 Fixed in milestone 2 ⏩ performance
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants