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

add --parallel flag to force parallel processing of files #56

Closed
digizeph opened this issue Jun 28, 2024 · 0 comments · Fixed by #59
Closed

add --parallel flag to force parallel processing of files #56

digizeph opened this issue Jun 28, 2024 · 0 comments · Fixed by #59

Comments

@digizeph
Copy link
Member

Currently, if no --sqlite-path specified, the data processing is strictly single-process sequentially executed. We should allow users to parallelize the search with a --parallel flag. We might consider change the behavior to force all processing to be parallel and add --sequential flag to for the processing to be sequential.

@digizeph digizeph added this to the Better parallelization milestone Jun 28, 2024
@digizeph digizeph linked a pull request Jun 28, 2024 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