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

Multiprocessing Directory Flattener #65

Closed
Kaszanas opened this issue Mar 6, 2025 · 0 comments · Fixed by #67
Closed

Multiprocessing Directory Flattener #65

Kaszanas opened this issue Mar 6, 2025 · 0 comments · Fixed by #67

Comments

@Kaszanas
Copy link
Owner

Kaszanas commented Mar 6, 2025

Is your proposal related to a problem?

Original directory flatenner is too slow, issuing copying files to the new destination directory by directory, file by file.

Describe the solution you'd like

This should be sped up in some way, two possible ways:

  1. multiprocessing per directory
  2. preparing a list of files to be copied source -> destination and issuing all of them at once.
@Kaszanas Kaszanas linked a pull request Mar 6, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant