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

NotificationLite.accept performance improvements #1183

Merged
merged 1 commit into from
May 9, 2014

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented May 9, 2014

This is a proposal for speeding up the accept() method (i.e., reducing its latency).

Benchmark comparison:

direct onNext: 488 MOps/s
master accept: 378 MOps/s
this accept: 477 MOps/s

(i7 4770K, JDK 1.8u5 x64)

benjchristensen added a commit that referenced this pull request May 9, 2014
NotificationLite.accept performance improvements
@benjchristensen benjchristensen merged commit cbd09d7 into ReactiveX:master May 9, 2014
@cloudbees-pull-request-builder

RxJava-pull-requests #1094 SUCCESS
This pull request looks good

@akarnokd akarnokd deleted the NotificationLitePerf branch May 9, 2014 17:14
@benjchristensen benjchristensen mentioned this pull request Jun 1, 2014
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