New ask Hacker News story: Ask HN: AI algorithms for HTTP Compression

Ask HN: AI algorithms for HTTP Compression
2 by AlexanderTheGr8 | 0 comments on Hacker News.
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?

Comments