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

Improve performance of initial class scans #1238

Merged
merged 2 commits into from
Mar 26, 2020
Merged

Conversation

wcekan
Copy link
Contributor

@wcekan wcekan commented Mar 26, 2020

Description

Improved performance of ClassScanner by limiting the collected data to that required.
Allow Elide subclass to disable or enhance registerCustomSerde by making the private method protected.

Motivation and Context

Initial Elide startup was taking many minutes in registerCustomSerde, which affected our product integration tests.

How Has This Been Tested?

Tested locally with our product build.

License

I confirm that this contribution is made under an Apache 2.0 license and that I have the authority necessary to make this contribution on behalf of its copyright owner.

aklish
aklish previously approved these changes Mar 26, 2020
@coveralls
Copy link
Collaborator

coveralls commented Mar 26, 2020

Coverage Status

Coverage decreased (-0.02%) to 80.025% when pulling f6b66cb on registerCustomSerde into 9b0b2fc on master.

aklish
aklish previously approved these changes Mar 26, 2020
@aklish aklish merged commit 7048968 into master Mar 26, 2020
@aklish aklish deleted the registerCustomSerde branch March 26, 2020 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants