Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
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.
  • Loading branch information
尚之 committed Mar 1, 2022
commit d3a871738ad69d336d5a1d81f52402d7bae72c4b
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,5 @@ protected boolean removeEldestEntry(Map.Entry<K, V> eldest) {
}
});
}

}