Skip to content

Fast and Simple sourcecode to uncompress LZW files #27

Description

This code will uncompress LZW files with a very simple data structure (just a realloc'ed array) and the unoptimized code is still 30% faster than unix uncompress.

https://groups.google.com/forum/#!topic/comp.compression/VC8xXmJQNfg

Public domain, do whatever you want with it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions