summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)AuthorLines
2021-02-01Add faster mode with huffman -> code look-up tableDaniel Friesel-8/+20
2x to 5x speed-up at the cost of ~600B of RAM. Compile with -DDEFLATE_WITH_LUT
2021-01-30Run tests with both C (c99, c11) and C++ (c++11, c++20) compilersDaniel Friesel-12/+26
2021-01-30decrease recommended file size to 32kB to avoid signed overflowsDaniel Friesel-1/+1
2021-01-30add testsDaniel Friesel-0/+72