Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-02-01 | Add faster mode with huffman -> code look-up table | Daniel Friesel | -8/+20 | |
2x to 5x speed-up at the cost of ~600B of RAM. Compile with -DDEFLATE_WITH_LUT | ||||
2021-01-30 | Run tests with both C (c99, c11) and C++ (c++11, c++20) compilers | Daniel Friesel | -12/+26 | |
2021-01-30 | decrease recommended file size to 32kB to avoid signed overflows | Daniel Friesel | -1/+1 | |
2021-01-30 | add tests | Daniel Friesel | -0/+72 | |