Emergency Self-Construct
Emergency Self-Construct
From what I recall, it is possible to disable `offsets` in a file with the settings: https://github.com/blosc/bloscpack#settings This was done, in case people wanted smaller files with less over head...
@mmohrhard thanks very much for contributing this, I have added it to the queue for review.
@mmohrhard apologies for the delay, could you rebase this against current master. All CI issues have been fixed there. Thank you!
I agree that it doesn't make sense in this scenario. However I am -0 about having inconsistent defaults. Though I am pondering changing the defaults to have no checksum, no...
@FlorianLuetticke any updates?
Interesting. This would indicate an API breakage. Blosc is supposed to guarantee, the data doesn't get bigger during compression and the above inequality should always hold true. Is there any...
@mohammed-sawi thanks for asking about this. By "raw" I am assuming you mean, "apply no compression"? If you are using `python-blosc` I believe you can use `clevel` and set it...
Looks like the recent releases have some issues. As a temporary workaround I would suggest to pin to `1.8.1` which, as far as I can tell, is the last known...
Is being done in the branch: https://github.com/esc/bloscpack/tree/feature/xxhash
needs to be fixed and updated when https://github.com/Blosc/python-blosc/pull/186 is implemented.