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

Performance Improvement #121

Open
ScriptedAlchemy opened this issue Mar 22, 2022 · 1 comment
Open

Performance Improvement #121

ScriptedAlchemy opened this issue Mar 22, 2022 · 1 comment

Comments

@ScriptedAlchemy
Copy link

Is your feature request related to a problem? Please describe.
Deleting monorepo packages is pretty slow - it would be nice if there was a divide and concur flag that I could set.

Describe the solution you'd like
When hitting space and start deleting a directory, parse the files,folders and group them into smaller array sets like 50 packages per array, then pass this to a worker or something to execute FS deletes in parallel

Describe alternatives you've considered
None at this point

@zaldih
Copy link
Member

zaldih commented Nov 1, 2022

Thank you for opening this issue!

In principle the deletion should be non-blocking so this should not happen.

Just in case this happens on Mac?

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

No branches or pull requests

2 participants