You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The most difficult part is probably the build system and packaging because currently only the files necessaryfor decompression from zlib and ISA-l are built and packaged.
Aside from that, simply split the data, send to the ThreadPool, compress and concatenate to the output in the right order.
In the first, iteration, I could simply write out similar to bgzip. In an improvement it would be nice to somehow store the whole index more easily accessible. Maybe similar to the format written by pgzf or gztool.
This would be nice for rapidgzip to be usable as a drop-in replacement for gzip.
The text was updated successfully, but these errors were encountered:
The most difficult part is probably the build system and packaging because currently only the files necessaryfor decompression from zlib and ISA-l are built and packaged.
Aside from that, simply split the data, send to the ThreadPool, compress and concatenate to the output in the right order.
In the first, iteration, I could simply write out similar to bgzip. In an improvement it would be nice to somehow store the whole index more easily accessible. Maybe similar to the format written by pgzf or gztool.
This would be nice for rapidgzip to be usable as a drop-in replacement for gzip.
The text was updated successfully, but these errors were encountered: