• Marius Wachtler's avatar
    Compress cache files and remove old cache files. · 729a81c5
    Marius Wachtler authored
    Adds the LZ4 compression library and use it for compressing cached objects.
    This saves alot of space (on my test it reduces the required space to about one-tenth),
    and adds a checksum to the file in order to detect truncated cache files,
    without reducing the speed.
    729a81c5