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

[Tech] Enhance collection of data using Flow #21

Open
mamatagelanee07 opened this issue May 17, 2022 · 0 comments
Open

[Tech] Enhance collection of data using Flow #21

mamatagelanee07 opened this issue May 17, 2022 · 0 comments
Assignees

Comments

@mamatagelanee07
Copy link
Owner

mamatagelanee07 commented May 17, 2022

We are fetching IPO calendars in IO context for sure but we are collecting them in same coroutine sequentially given flows are sequential.
We can improve this using different operators like,

  • flowOn()
  • buffer()
  • catch{}

Let's explore this and enhance the execution to reduce overall execution time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant