Skip to content

Reduce the size of huffman decode table #870

@ariaandika

Description

@ariaandika

The type of huffman decode table is [[(usize, u8, u8); 16]; 256], where the usize is an index to the next entry within that table. Because the length of the table is exactly 256, wouldnt be storing the index as u8 make the table size significantly smaller ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions