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: Supercharge Performance & Efficiency: Leveraging Promise.all for Resource-Friendly Tasks 🚤 #838

Merged
merged 5 commits into from Mar 22, 2024

Conversation

sanjaiyan-dev
Copy link
Contributor

Hi,

I believe this pull request has the potential to significantly improve performance and resource efficiency by leveraging Promise.all for parallel execution.

While not directly comparable, a similar pull request in Deno achieved a nearly 85% performance boost in their benchmarks. You can find the Deno PR here: [https://github.com/denoland/deno_std/pull/3363].

Please let me know if you have any questions or feedback. I'm always happy to improve !

@tonycoco
Copy link
Contributor

tonycoco commented Mar 21, 2024

@sanjaiyan-dev can you bring your branch up-to-date and squash the commits into a single commit?

@sanjaiyan-dev
Copy link
Contributor Author

@sanjaiyan-dev can you bring your branch up-to-date and squash the commits into a single commit?

Hi, sorry for the delayed response. Do I need to revert the commits and make it a single commit?

@tonycoco tonycoco enabled auto-merge (squash) March 22, 2024 21:14
@tonycoco tonycoco merged commit 7424fe1 into google:main Mar 22, 2024
8 checks passed
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.

None yet

2 participants