gts
gts copied to clipboard
perf: Supercharge Performance & Efficiency: Leveraging `Promise.all` for Resource-Friendly Tasks 🚤
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 !