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

Closed
christophstrobl opened this issue Mar 21, 2024 · 0 comments
Closed

Aligning internal caches with core framework patterns. #3067

christophstrobl opened this issue Mar 21, 2024 · 0 comments
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
mp911de added a commit that referenced this issue Jun 13, 2024
Provide load-factor to sets with well-known sizing, move annotation auditing metadata cache to DefaultAuditableBeanWrapperFactory to avoid strong static references.

See #3067
Original pull request: #3073
@mp911de mp911de added this to the 3.4 M1 (2024.1.0) milestone Jun 13, 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.

2 participants