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

Provide a hook to bypass expensive sorts using Reflection value getters #344

Open
cyclopsihus opened this issue Apr 30, 2024 · 0 comments
Open

Comments

@cyclopsihus
Copy link

While profiling a specific a scenario, I realised a lot of time is passed to sort the cached values because of the Reflection values getters.
The idea is to provide a hook to bypass the default sorting comparator that uses the Sort definition from Spring Data.
I have already a solution which works for me, this is more to have a tracked Feature for the Pull request.

cyclopsihus added a commit to cyclopsihus/spring-data-hazelcast that referenced this issue Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant