Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix codec enumeration (in README) #45

Merged
merged 1 commit into from
Feb 2, 2014
Merged

fix codec enumeration (in README) #45

merged 1 commit into from
Feb 2, 2014

Commits on Jan 28, 2014

  1. fix codec enumeration (in README)

    Upon further inspection of the Blosc source code the changes made to the header
    README in 8707b4c must be reverted, my bad. As
    it turns out, there is now one set of integers used internally by blosc as
    arguments to compress and another that is actually used to identify the codec
    in the header. I presume that since LZ4 and LZ4HC have the same decompressor,
    the same integer (namely ``1``) is used for both. Updated the docs to account
    for that.
    
    Also, it turns out that the field that was previously used for the version of
    the blosclz is now more general and stores the version of the codec used.
    Updated the README to reflect that change.
    esc committed Jan 28, 2014
    Configuration menu
    Copy the full SHA
    7ad46ce View commit details
    Browse the repository at this point in the history