Skip to content

Avoid records as cache keys for GraalVM performance reasons #2997

Closed
@odrotbohm

Description

@odrotbohm

As reported here, cache key implemented as records have a sever impact on the performance of applications running on GraalVM as the relevant methods are implemented using reflection (original ticket in GraalVM here). For the time being, we should revert to use simple classes to avoid that penalty for the caches we use internally.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions