Ask HN: AI algorithms for HTTP Compression
Hello, I am working on some compression research. And I was wondering if new compression algorithms can improve overall web experience by improving HTTP compression.
Can someone with knowledge of this tell me if HTTP already supports zstd (default is brotli afaik). If it doesn't support zstd, why not? zstd offers pretty fast decompression which is useful (you only compress once, but you decompress millions of times).
I am working on an AI based compression alg which is very slow at compressing but extremely fast at decompressing. AI has huge scope in lossy compression (considering that AIs can guess pretty well what lossy content human beings can perceive). Any advice for me?
4 comments
[ 3.3 ms ] story [ 21.0 ms ] threadWhy tie it to HTTP? Most transfers are https, which this wouldn't help.
I don't know if any clients or servers support it, but it's registered.
It's not going to help with images or videos though. Well it might help with bitmaps, but not as much as an image compressor would. Anything that's already compressed isn't going to get smaller with a general purpose compression tool, unless the existing compression is really bad at its job. There are some purpose built compression tools that can recompress specific formats for smaller results, the one I can remember is dropbox's lepton https://dropbox.tech/infrastructure/lepton-image-compression...