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

Reduce allocation for node and tree events #82

Closed
sbordet opened this issue May 12, 2021 · 0 comments · Fixed by #83
Closed

Reduce allocation for node and tree events #82

sbordet opened this issue May 12, 2021 · 0 comments · Fixed by #83

Comments

@sbordet
Copy link
Member

sbordet commented May 12, 2021

Allocation profiling shows that for node and tree events, which are generated in large numbers, using Java streams is an allocation hotspot.

sbordet added a commit that referenced this issue May 12, 2021
Avoid using Java streams for node and tree events.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet linked a pull request May 17, 2021 that will close this issue
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 a pull request may close this issue.

1 participant