ReactiveX / RxJavaMath

Math operators for RxJava.
Apache License 2.0
96 stars 18 forks source link

Inline sum, min and max #9

Closed akarnokd closed 8 years ago

akarnokd commented 8 years ago

This PR inlines the operator variants for sum, min and max for better performance:

Plus it fixes a shared-state bug with minMaxBy: in reduce(seed, f) the seed is shared amongs all invocations of the chain.

codecov-io commented 8 years ago

Current coverage is 84.24%

No coverage report found for 1.x at 0d89ec2.

Powered by Codecov. Last updated by 0d89ec2...6ceb785