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

Switch some Observable ops to direct, map fuseable #4124

Merged
merged 1 commit into from
Jun 25, 2016

Conversation

akarnokd
Copy link
Member

@akarnokd akarnokd commented Jun 25, 2016

  • Switch a few Observable operators to direct implementations (reduces allocation)
  • Update map to support operator fusion; there are no sources or consumer yet though.
  • Adjust BasicFuseableX to have different default conveniences
  • Modify CompositeResource to indicate success of the mutator methods
  • increase timeout of FlowableOnBackpressureDropTest.testFixBackpressureWithBuffer

@codecov-io
Copy link

Current coverage is 69.68%

Merging #4124 into 2.x will decrease coverage by <.01%

@@                2.x      #4124   diff @@
==========================================
  Files           384        384          
  Lines         27089      27125    +36   
  Methods           0          0          
  Messages          0          0          
  Branches       4360       4364     +4   
==========================================
+ Hits          18880      18903    +23   
- Misses         6317       6325     +8   
- Partials       1892       1897     +5   

Powered by Codecov. Last updated by 109c8c2...b22c53b

@akarnokd akarnokd merged commit 05e160c into ReactiveX:2.x Jun 25, 2016
@akarnokd akarnokd deleted the ObservableDirect625_1 branch June 25, 2016 18:52
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.

2 participants