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

Proxy class cashing bug #12

Merged
merged 9 commits into from
Jul 25, 2024
Merged

Proxy class cashing bug #12

merged 9 commits into from
Jul 25, 2024

Conversation

muhamadkheder
Copy link
Collaborator

This PR tries to reduce the memory footprint of resample by using a type cache while building a mapper configuration.
The classes byte buddy generates are typically not cached. When using a single-classloader environment the classes cannot be unloaded. Therefore the memory footprint of ReMap should be minimal.

This PR is a first step to reduce the number of classes generated when configuring one individual mapping configuration.

@muhamadkheder muhamadkheder merged commit 2ad1dbd into develop Jul 25, 2024
1 check passed
@schuettec schuettec deleted the proxy-class-cashing-bug branch July 25, 2024 09:17
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

Successfully merging this pull request may close these issues.

1 participant