Skip to content

Aligning internal caches with core framework patterns. #3067

Closed
@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

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions