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

Delete files and folders after parallel_stereo execution #414

Open
ShashankBice opened this issue Nov 10, 2023 · 1 comment
Open

Delete files and folders after parallel_stereo execution #414

ShashankBice opened this issue Nov 10, 2023 · 1 comment

Comments

@ShashankBice
Copy link
Contributor

Is your feature request related to a problem? Please describe.
parallel_stereo clean up takes some time, which can be improved if files and folders are deleted in parallel.

Describe the solution you'd like
I propose to replace this for loop with parallel invocations to clear these up using all available threads at disposal.

Describe alternatives you've considered
Before this option in parallel_stereo existed, I used to do this myself in a custom python script using parallel techniques.

Additional context
I will be very happy to provide a Pull request by next week if it is of value.

@oleg-alexandrov
Copy link
Member

Sure. Looking forward to a pull request.

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