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

Move JS revealPath and openDirRecursive to not await row-by-row #189

Merged

Conversation

sanjaiyan-dev
Copy link
Contributor

Hello,

I anticipated that this pull request would bring about performance improvements and enhanced hardware resource efficiency by utilizing Promise.all to execute the task.

There is a related pull request in Deno, although not identical, that demonstrated a performance improvement of nearly 85% during benchmarking: link to the Deno pull request.

Extremely sorry, if I made any mistakes :)

Copy link

Binder Launch a binder notebook on branch sanjaiyan-dev/jupyter-fs/sanjaiyan-async-concurrent

@timkpaine timkpaine force-pushed the sanjaiyan-async-concurrent branch from 1599154 to f351a00 Compare February 22, 2025 17:54
@timkpaine timkpaine changed the title Optimizing Performance and Resource Efficiency with Promise.all ✈️ Optimizing Performance and Resource Efficiency with Promise.all Feb 22, 2025
@timkpaine timkpaine changed the title Optimizing Performance and Resource Efficiency with Promise.all Move JS revealPath and openDirRecursive to not await row-by-row Feb 22, 2025
@timkpaine timkpaine added the lang: javascript PRs or issues related to Javascript label Feb 22, 2025
@timkpaine timkpaine merged commit dc973b3 into jpmorganchase:main Feb 22, 2025
3 checks passed
@sanjaiyan-dev sanjaiyan-dev deleted the sanjaiyan-async-concurrent branch February 23, 2025 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: javascript PRs or issues related to Javascript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants