Hacker News new | ask | show | jobs
by Szpadel 239 days ago
you have have multiple layers of compression, but you need some simple Daemon (basically for loop in bash)

I use lz4-rle as first layer, but if page is idle for 1h it is recompressed using zstd lvl 22 in the background

it is great balance, for responsiveness Vs compression ratio

1 comments

This sounds interesting. Do you have a link to the source for this daemon?
This is ingenious, thank you.