--- liblzf/Changes 2011/03/27 23:53:23 1.54 +++ liblzf/Changes 2012/02/16 05:43:19 1.55 @@ -1,4 +1,7 @@ +TODO: try unaligned copy again in decompressor +TODO: allow size-optimised binaries by avoiding unrolling + - switch to a multiplicative hash (developed with Steinar Gunderson), which is faster on modern cpus and compresses a bit better. The old hash function which uses only shifts is still available.