Optimize startup reflection code
LadyCailinBot opened this issue ยท 1 comments
CMDHELPER-2700 - Reported by LadyCailin
ClassLoader scanning, while useful, could be reduced by caching the data for a given jar. The jar's md5sum could be calculated, and the meta information for that jar stored in a local cache, thereby reducing startup time for future startups, as well as a reduction of permgen space.