summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)AuthorLines
2021-02-01Add faster mode with huffman -> code look-up tableDaniel Friesel-27/+42
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-4/+3
2021-01-30README: reference util/deflateDaniel Friesel-7/+10
2021-01-30README: fix typoDaniel Friesel-1/+1
2021-01-30decrease recommended file size to 32kB to avoid signed overflowsDaniel Friesel-6/+7
2021-01-30README: [x] testsDaniel Friesel-3/+1
2021-01-28Fix markdownDaniel Friesel-2/+2
2021-01-28README: Update memory requirements and performance numbersDaniel Friesel-11/+39
2021-01-26support multiple deflate blocks.Daniel Friesel-10/+14
this library is now fully RFC 1950 and RFC 1951 compliant
2021-01-26huffman codes may be up to 16 bit longDaniel Friesel-6/+0
2021-01-24update performance measurementsDaniel Friesel-11/+13
2021-01-21this library implements inflate, not deflateDaniel Friesel-19/+24
2021-01-21README: all numbers rounded up to 16B mulitplesDaniel Friesel-2/+1
2021-01-21Initial CommitDaniel Friesel-0/+113