Add my own version of a Lempel-Ziv type compressor, so we can compress
authorMichael Matz <matz@suse.de>
Thu, 1 Nov 2007 00:56:14 +0000 (00:56 +0000)
committerMichael Matz <matz@suse.de>
Thu, 1 Nov 2007 00:56:14 +0000 (00:56 +0000)
commitf8d51f5333c5919473a9ea57ab03a0c95370ba6f
tree66c3f6c16c483b4084402d6f92a41d4c34d71487
parent9572924032aba67f8fd3e0357a08518aee0f6e28
Add my own version of a Lempel-Ziv type compressor, so we can compress
the blob pages nicely.  The compression rate is usually between 60% and
80%, which is good enough for our purposes.  In return for that it
decompresses blazingly fast.  The thing slowly comes together.
tools/attr_store.c
tools/attr_store_p.h
tools/fastlz.c [new file with mode: 0644]