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

Introduce Stream api into Delegator #79

Open
Voiteh opened this issue Dec 3, 2018 · 0 comments
Open

Introduce Stream api into Delegator #79

Voiteh opened this issue Dec 3, 2018 · 0 comments
Assignees
Labels
API Change API change will be required Enhancement New feature or request P2 Priority 2

Comments

@Voiteh
Copy link
Owner

Voiteh commented Dec 3, 2018

Delegator currently can handle only execution for single Source ->Type objects. As Delegator do not returns component but simply delegates execution to other components, there should be a way to provide ability for Delgator to execute transformation on streams of object of same type. This way we would reduce amount of components of iterables and sligtly improve performance for generic operations which operates on different attributes (we could filter them out and execute transformation on all of them which reduces amount of finding of specific components). This way we possibly may find a way to remove finding algorithms all togather.

@Voiteh Voiteh added Enhancement New feature or request API Change API change will be required labels Dec 3, 2018
@Voiteh Voiteh self-assigned this Dec 3, 2018
@Voiteh Voiteh changed the title Introduce new Promise API for Delegator Introduce Stream api into Delegator May 1, 2019
@Voiteh Voiteh added this to the Performance optimizations milestone May 3, 2019
@Voiteh Voiteh added the P2 Priority 2 label May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API Change API change will be required Enhancement New feature or request P2 Priority 2
Projects
None yet
Development

No branches or pull requests

1 participant