Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Allow for use of fast-classpath-scanner instead of reflections #10

Merged
merged 1 commit into from
Jul 22, 2018
Merged

Allow for use of fast-classpath-scanner instead of reflections #10

merged 1 commit into from
Jul 22, 2018

Conversation

jacospain
Copy link

@jacospain jacospain commented Mar 10, 2018

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.

@ryantheleach
Copy link

choose

Curious, why allow them a choice?

Is there downsides to using a fast-classpath-scanner?

@racc racc merged commit 529348d into racc:master Jul 22, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants