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

2.x: enable operator fusion in onBackpressureBuffer #4622

Merged
merged 1 commit into from Sep 28, 2016

Conversation

akarnokd
Copy link
Member

This PR enables operator fusion in onBackpressureBuffer. The main benefit is that given a non-backpressured source, using observeOn now reuses onBackpressureBuffer's (un)bounded queue seamlessly.

@akarnokd akarnokd added this to the 2.0 RC4 milestone Sep 28, 2016
@codecov-io
Copy link

Current coverage is 78.13% (diff: 86.36%)

Merging #4622 into 2.x will increase coverage by 0.03%

@@                2.x      #4622   diff @@
==========================================
  Files           557        557          
  Lines         36284      36298    +14   
  Methods           0          0          
  Messages          0          0          
  Branches       5566       5571     +5   
==========================================
+ Hits          28338      28360    +22   
+ Misses         5931       5920    -11   
- Partials       2015       2018     +3   

Powered by Codecov. Last update c3a1d91...2913e08

@akarnokd akarnokd merged commit 1c82063 into ReactiveX:2.x Sep 28, 2016
@akarnokd akarnokd deleted the OnBackpressureBufferFusion branch September 28, 2016 13:43
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.

None yet

3 participants