Now we can stream COBS indexes into cobs (e.g. cobs ... -i <(xz --decompress --stdout --no-sparse --ignore-check index.xz)). To do so, however, we need to know beforehand the index size, which can be passed now with the new option --index-sizes. A better implementation would be to store the index size in the header so it can be read even when streaming, but this is for a future PR
Now we can stream COBS indexes into
cobs
(e.g.cobs ... -i <(xz --decompress --stdout --no-sparse --ignore-check index.xz)
). To do so, however, we need to know beforehand the index size, which can be passed now with the new option--index-sizes
. A better implementation would be to store the index size in the header so it can be read even when streaming, but this is for a future PR