-
Notifications
You must be signed in to change notification settings - Fork 165
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
Labels
Milestone
Comments
Could not get the following to work correctly: https://docs.spring.io/spring-framework/docs/4.0.0.M1_to_4.2.0.M2/Spring%20Framework%204.2.0.M2/org/springframework/util/ConcurrentReferenceHashMap.html |
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
Signed-off-by: Håvard Ottestad <hmottestad@gmail.com>
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>
5 tasks
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>
5 tasks
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
…registry GH-3572 Concurrent WeakObjectRegistry
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
The text was updated successfully, but these errors were encountered: