Skip to content

Aligning internal caches with core framework patterns. #3067

@christophstrobl

Description

@christophstrobl

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.

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions