Skip to content

Performance Optimizations #104

Closed
Closed
@benjchristensen

Description

@benjchristensen

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions