Closed
Description
Very large compositions have a performance hit as they increase the size of the stack and call onNext at each level of composition.
Pursue an initial round of optimizations that collapses the composition into a sequence of functions that get applied at subscribe() rather than subsequent calls of onNext.
UPDATED: See the comments below for where this evolved to. Chaining was shown through testing to not be the issue.
Metadata
Metadata
Assignees
Labels
No labels