Skip to content

RLE runs of 5 byte length do not work #3

Description

@JonasDann

This happens for example of the bit width is larger than 24bit so we need 4 byte to store the value or if the run is longer than 64 byte. Larger than 24bit bit width is not practically relevant for 1MiB dictionaries, however.

Can be reproduced with the run decoder example by running: ./run_decoder -e rle -l 64 -b 19 or ./run_decoder -e rle -l 8 -b 24.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions