bcgsc / btllib

Bioinformatics Technology Lab common code library
Other
21 stars 5 forks source link

SeqWriter should be asynchronous #22

Open vlad0x00 opened 2 years ago

vlad0x00 commented 2 years ago

Right now, calling SeqWriter's write performs the write. Ideally, the output should be written to a buffer which is written to a file by a dedicated thread.