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

Commits on Mar 20, 2024

  1. Fixed to not use javaPrimitiveType

    The result is the same as a call to java, but there is an overhead.
    k163377 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cb77d11 View commit details
    Browse the repository at this point in the history
  2. Fixed to use cached Java Class

    To improve performance on the first run.
    k163377 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3f46359 View commit details
    Browse the repository at this point in the history
  3. Formatting

    k163377 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    b2cfcb9 View commit details
    Browse the repository at this point in the history