Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-09 | Clean up likely/unlikely definitions | hansr | |
2014-07-26 | deflate: avoid use of uninitialized variable | Nathan Kidd | |
(Note emit_match() doesn't currently use the value at all.) Fixes #4 | |||
2014-07-26 | deflate: add new deflate_medium strategy | Jim Kukunas | |
From: Arjan van de Ven <arjan@linux.intel.com> As the name suggests, the deflate_medium deflate strategy is designed to provide an intermediate strategy between deflate_fast and deflate_slow. After finding two adjacent matches, deflate_medium scans left from the second match in order to determine whether a better match can be formed. Fixes #2 |