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

Add a cache to LaunchedURLClassloader to improve startup performance #30016

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Mar 1, 2022

  1. Add a cache to LaunchedURLClassloader to improve startup performance

    This commit adds a ClassLoaderCache to LaunchedURLClassLoader  to improve startup performance. URLClassLoader shows awful performance when find Classes/Resources which do not exist.
    尚之 committed Mar 1, 2022
    Copy the full SHA
    49146f9 View commit details
    Browse the repository at this point in the history
  2. Add a cache to LaunchedURLClassloader to improve startup performance

    This commit adds a ClassLoaderCache to LaunchedURLClassLoader  to improve startup performance. URLClassLoader shows awful performance when find Classes/Resources which do not exist.
    尚之 committed Mar 1, 2022
    Copy the full SHA
    22d2d29 View commit details
    Browse the repository at this point in the history
  3. Add a cache to LaunchedURLClassloader to improve startup performance

    This commit adds a ClassLoaderCache to LaunchedURLClassLoader  to improve startup performance. URLClassLoader shows awful performance when find Classes/Resources which do not exist.
    尚之 committed Mar 1, 2022
    Copy the full SHA
    d3a8717 View commit details
    Browse the repository at this point in the history