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

When using "subscriberInfoIndexes". Skips reflections to find the parent's subscription information. #525

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

songszs
Copy link

@songszs songszs commented May 11, 2018

When using "subscriberInfoIndexes". After the "moveToSuperclass" method is called, if the parent class has no subscription information, it will always use the reflection to find the subscription information of the parent class. In fact, when using "subscriberInfoIndexes", this step can be skipped because "subscriberInfoIndexes" already contains all the subscription information of the parent class.

…od is called, if the parent class has no subscription information, it will always use the reflection to find the subscription information of the parent class. In fact, when using "subscriberInfoIndexes", this step can be skipped because "subscriberInfoIndexes" already contains all the subscription information of the parent class.
@yangkai3
Copy link

when this request can be merged? it help a lot with the eventbus performance

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