-
Notifications
You must be signed in to change notification settings - Fork 80
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
what can we use for multithreaded/multiprocess safe signature writing? #1911
Comments
keywords: parallel output |
idea in #2033: write to many different files, use a single manifest to point at the different files. |
@dkoslicki asked about multithreaded sketching on matrix chat; I responded:
@luizirber added -
|
see plugin https://github.com/sourmash-bio/pyo3_branchwater, |
per #1671 (comment), we don't have a good way to write signatures to a single file from multiple processes. Such a thing would be nice, but would probably entail some kind of locking...
This is a challenge for things like
sourmash sketch fromfile
where we would like to have parallel signature sketching but would need to make the output single-threaded.The text was updated successfully, but these errors were encountered: