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

perf: Improve the performance by running ion concurrent 🚀 #500

Closed

Conversation

sanjaiyan-dev
Copy link

This PR uses Promise.all to speed things up!

Currently, some parts of the code wait for each other to finish before starting. Promise.all lets them run at the same time, making the app faster.

Benefits:

  • Blazing fast app (especially for many independent tasks)
  • Cleaner code

@aduh95
Copy link
Contributor

aduh95 commented Jul 12, 2024

Thanks for the contribution. This has been superseded by #524

@aduh95 aduh95 closed this Jul 12, 2024
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.

2 participants