I'd like to add the Burrows Wheeler Transform as a filter in blosc, but for arbitrary byte sequences it requires adding one additional token (or an offset into the sequence) and there doesn't seem to be a way to do this in blosc. Am I missing something? Can I store per-chunk metadata that's available at decompression time?
I'd like to add the Burrows Wheeler Transform as a filter in blosc, but for arbitrary byte sequences it requires adding one additional token (or an offset into the sequence) and there doesn't seem to be a way to do this in blosc. Am I missing something? Can I store per-chunk metadata that's available at decompression time?