Skip to content

remove unnecessary map call in sequenceEquals operator #4265

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

Merged

Conversation

davidmoten
Copy link
Collaborator

This PR is a performance improvement in sequenceEquals where I removed a call to map that appears unnecessary.

@codecov-io
Copy link

codecov-io commented Aug 1, 2016

Current coverage is 84.41% (diff: 100%)

Merging #4265 into 1.x will decrease coverage by 0.04%

@@                1.x      #4265   diff @@
==========================================
  Files           268        268          
  Lines         17477      17475     -2   
  Methods           0          0          
  Messages          0          0          
  Branches       2662       2662          
==========================================
- Hits          14761      14751    -10   
- Misses         1861       1864     +3   
- Partials        855        860     +5   

Powered by Codecov. Last update 3639e73...a259866

@akarnokd
Copy link
Member

akarnokd commented Aug 1, 2016

👍

@akarnokd akarnokd merged commit f2591cb into ReactiveX:1.x Aug 1, 2016
davidmoten added a commit to davidmoten/RxJava that referenced this pull request Aug 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants