Skip to content

Various fixes #133

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
merged 3 commits into from
Feb 8, 2013
Merged

Various fixes #133

merged 3 commits into from
Feb 8, 2013

Conversation

benjchristensen
Copy link
Member

  • restore performance optimization to reduce wrapping
  • restoring null check removed in recent commit

Without optimization:

runCompositionTest
Sum: 710082754 Time: 42.353ms
runNonCompositionalTestWithDirectLoop
Sum: 710082754 Time: 17.719ms
runNonCompositionalTestWithArrayOfFunctions
Sum: 710082754 Time: 17.344ms

With optimization:

runCompositionTest
Sum: 710082754 Time: 23.064ms
runNonCompositionalTestWithDirectLoop
Sum: 710082754 Time: 18.059ms
runNonCompositionalTestWithArrayOfFunctions
Sum: 710082754 Time: 18.88ms
See ReactiveX@caf3a94 for removal

It started causing this unit test to fail:

rx.operators.OperationZip$UnitTest > testAggregatorUnsubscribe FAILED
    java.lang.NullPointerException at OperationZip.java:611

Not sure how I missed it when I reviewed the previous commit … but I did.
benjchristensen added a commit that referenced this pull request Feb 8, 2013
@benjchristensen benjchristensen merged commit 6d238a8 into ReactiveX:master Feb 8, 2013
@benjchristensen benjchristensen deleted the fixes branch February 8, 2013 07:59
rickbw pushed a commit to rickbw/RxJava that referenced this pull request Jan 9, 2014
jihoonson pushed a commit to jihoonson/RxJava that referenced this pull request Mar 6, 2020
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.

1 participant