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

Allow reuse of TypeInformation when obtaining a PersistentPropertyPath #2992

Closed
mp911de opened this issue Nov 29, 2023 · 0 comments
Closed
Labels
type: enhancement A general enhancement

Comments

@mp911de
Copy link
Member

mp911de commented Nov 29, 2023

The current arrangement requires callers to use a Class although they could reuse TypeInformation. Allowing TypeInformation would skip potential cache lookups allowing for more efficient processing.

@mp911de mp911de added the type: enhancement A general enhancement label Nov 29, 2023
@mp911de mp911de added this to the 3.2.1 (2023.1.1) milestone Nov 29, 2023
mp911de added a commit that referenced this issue Nov 29, 2023
Use for-loop instead of Java Stream API for concatenation of paths to reduce GC and CPU pressure.

See #2992
mp911de added a commit that referenced this issue Nov 29, 2023
Use for-loop instead of Java Stream API for concatenation of paths to reduce GC and CPU pressure.

See #2992
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant