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

Aligning internal caches with core framework patterns. #3067

Open
christophstrobl opened this issue Mar 21, 2024 · 0 comments · May be fixed by #3073
Open

Aligning internal caches with core framework patterns. #3067

christophstrobl opened this issue Mar 21, 2024 · 0 comments · May be fixed by #3073
Assignees
Labels
type: task A general task

Comments

@christophstrobl
Copy link
Member

Revisit internal cache structures and check usage of ConcurrentReferenceHashMap vs. ConcurrentHashMap . Favour ConcurrentHashMap where possible (eg. for hot code paths) as ConcurrentReferenceHashMap comes with higher cost.

@christophstrobl christophstrobl added the type: task A general task label Mar 21, 2024
@christophstrobl christophstrobl self-assigned this Mar 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: task A general task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant