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

ImmediateScheduler optimization for toObservableIterable #727

Conversation

benjchristensen
Copy link
Member

  • the ImmediateScheduler no longer schedules itself but uses a loop
  • 10-20x faster to use a loop rather than schedule itself recursively

abersnaze and others added 2 commits January 6, 2014 17:58
Reduced the size of the iterable because I think it was blowing through the stack.
- the ImmediateScheduler no longer schedules itself but uses a loop
- 10-20x faster to use a loop rather than schedule itself recursively
@cloudbees-pull-request-builder

RxJava-pull-requests #642 SUCCESS
This pull request looks good

benjchristensen added a commit that referenced this pull request Jan 7, 2014
…mmediate-scheduler

ImmediateScheduler optimization for toObservableIterable
@benjchristensen benjchristensen merged commit 5a10454 into ReactiveX:master Jan 7, 2014
@benjchristensen benjchristensen deleted the iterable-to-observable-immediate-scheduler branch January 7, 2014 02:20
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.

None yet

3 participants