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

Optimization for Java Class retrieval. #223

Merged
merged 3 commits into from
Mar 20, 2024
Merged

Optimization for Java Class retrieval. #223

merged 3 commits into from
Mar 20, 2024

Conversation

k163377
Copy link
Contributor

@k163377 k163377 commented Mar 20, 2024

The following optimizations were made to obtain Java Class.

  • cb77d11: Do not use javaPrimitiveType to get directly.
  • 3f46359: Cache Java Class as needed.

This will improve first-time execution performance and the execution performance of some processes, albeit slightly.

The result is the same as a call to java, but there is an overhead.
To improve performance on the first run.
@k163377 k163377 merged commit 6e4007d into develop Mar 20, 2024
3 checks passed
@k163377 k163377 deleted the opt-jc-cache branch March 20, 2024 04:50
@github-actions github-actions bot mentioned this pull request Mar 30, 2024
5 tasks
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