I hope this is the right place to ask! First of all, this looks really nice, and I would love to replace the implementations I have with this!
Scanning through the source briefly, I came to the following conclusions, are they correct?
- the code cannot be used to wrap other istreams/ostreams, only regular files (from filenames)
- the strength of the compression cannot be configured for ostreams
- the implementation for BGZF is single-threaded
Have you considered these things before and are they things that
- you do not want to change (to avoid feature creep)
- you want to change but haven't done so yet
- you don't want to change but might accept contributions for
?
Thanks for providing this library in any case!
I hope this is the right place to ask! First of all, this looks really nice, and I would love to replace the implementations I have with this!
Scanning through the source briefly, I came to the following conclusions, are they correct?
Have you considered these things before and are they things that
?
Thanks for providing this library in any case!