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

Caching the result of 'isInternalImplementation' #447

Merged
merged 1 commit into from
Oct 22, 2013

Conversation

mattrjacobs
Copy link
Contributor

Currently, reflective getPackage() call happens on every subscribe() invocation. This PR sets up a Concurrent HashMap to cache the result of this call per-class.

benjchristensen added a commit that referenced this pull request Oct 22, 2013
Caching the result of 'isInternalImplementation'
@benjchristensen benjchristensen merged commit b92391d into ReactiveX:master Oct 22, 2013
@cloudbees-pull-request-builder

RxJava-pull-requests #367 FAILURE
Looks like there's a problem with this pull request

rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
Caching the result of 'isInternalImplementation'
@mattrjacobs mattrjacobs deleted the internal-impl-cache branch January 8, 2015 06:12
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.

None yet

3 participants