gts icon indicating copy to clipboard operation
gts copied to clipboard

perf: Supercharge Performance & Efficiency: Leveraging `Promise.all` for Resource-Friendly Tasks 🚤

Open sanjaiyan-dev opened this issue 1 year ago • 0 comments

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 !

sanjaiyan-dev avatar Dec 17 '23 15:12 sanjaiyan-dev