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

Redesign kernel events dispatching facility #25282

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

avpinchuk
Copy link
Contributor

@avpinchuk avpinchuk commented Dec 12, 2024

Improve kernel events dispatching performance:

  • Eliminates a lot of unnecessary reflection during dispatching of the each event
  • O(log(n)) event listener unregistering cost
  • Excludes multiple registration of the same event listeners

@avpinchuk avpinchuk added this to the 7.0.21 milestone Dec 12, 2024
@avpinchuk avpinchuk self-assigned this Dec 12, 2024
@avpinchuk avpinchuk marked this pull request as ready for review December 12, 2024 22:59
@dmatej dmatej merged commit 0693864 into eclipse-ee4j:master Dec 13, 2024
3 checks passed
@avpinchuk avpinchuk deleted the kernel-events branch December 15, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants