Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2021-02-01 | Add faster mode with huffman -> code look-up table | Daniel Friesel | -27/+42 |
2021-01-30 | Run tests with both C (c99, c11) and C++ (c++11, c++20) compilers | Daniel Friesel | -4/+3 |
2021-01-30 | README: reference util/deflate | Daniel Friesel | -7/+10 |
2021-01-30 | README: fix typo | Daniel Friesel | -1/+1 |
2021-01-30 | decrease recommended file size to 32kB to avoid signed overflows | Daniel Friesel | -6/+7 |
2021-01-30 | README: [x] tests | Daniel Friesel | -3/+1 |
2021-01-28 | Fix markdown | Daniel Friesel | -2/+2 |
2021-01-28 | README: Update memory requirements and performance numbers | Daniel Friesel | -11/+39 |
2021-01-26 | support multiple deflate blocks. | Daniel Friesel | -10/+14 |
2021-01-26 | huffman codes may be up to 16 bit long | Daniel Friesel | -6/+0 |
2021-01-24 | update performance measurements | Daniel Friesel | -11/+13 |
2021-01-21 | this library implements inflate, not deflate | Daniel Friesel | -19/+24 |
2021-01-21 | README: all numbers rounded up to 16B mulitples | Daniel Friesel | -2/+1 |
2021-01-21 | Initial Commit | Daniel Friesel | -0/+113 |