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

Improve entity instantiation performance by using ASM byte-code generation [DATACMNS-578] #1045

Closed
spring-projects-issues opened this issue Oct 9, 2014 · 1 comment
Assignees
Labels
type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Oliver Drotbohm opened DATACMNS-578 and commented

As an alternative to ReflectionEntityInstantiator we could provide an ASM based version that dynamically creates factory classes to avoid the reflection overhead


Reference URL: https://oracleus.activeevents.com/2014/connect/fileDownload/session/6B28F9529BCE9C4DD60A5430AE8499CB/CON4323_Robertson-SuperchargingReflectiveLibrariesWithInvokeDynamic.pdf

Issue Links:

  • DATACMNS-582 Explore performance improvements in BeanWrapper using ASM and InvokeDynamic

Referenced from: pull request #98

@spring-projects-issues
Copy link
Author

Thomas Darimont commented

Please revise

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

2 participants