Reflections can take up a lot of time at application start up. This pull requests allows users to choose to build a TypesafeConfigModule using either reflections or fast-classpath-scanner.
Where using reflections might take upwards of 10 seconds with a moderately sized classpath, fast-classpath-scanner perform the same work in under a second.
Reflections can take up a lot of time at application start up. This pull requests allows users to choose to build a TypesafeConfigModule using either reflections or fast-classpath-scanner.
Where using reflections might take upwards of 10 seconds with a moderately sized classpath, fast-classpath-scanner perform the same work in under a second.