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 bean context startup performance #5352

Merged
merged 1 commit into from
May 5, 2021

Conversation

dstepanov
Copy link
Contributor

@dstepanov dstepanov commented Apr 30, 2021

Custom fork-join implementation performs much better than a parallel stream.
On my machine, a simple http app startup goes from best ~650ms to ~550ms.

@dstepanov dstepanov requested a review from graemerocher April 30, 2021 16:13
@dstepanov
Copy link
Contributor Author

Parallel processing might not be needed for Graal

@dstepanov dstepanov requested a review from graemerocher May 3, 2021 14:43
@graemerocher graemerocher added this to the 2.5.1 milestone May 4, 2021
@graemerocher graemerocher merged commit d7d725d into micronaut-projects:2.5.x May 5, 2021
@dstepanov dstepanov deleted the ctx-pref branch May 5, 2021 14:42
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.

2 participants