Hi all – Amazon's new AZ64 codec looks interesting. They say that it compresses better than LZO and is 40% faster, and compresses better than Zstd and is 70% faster.
Does anyone know more about it and how it works? The only thing they say is that they leverage SIMD instructions, and they imply that it shines with small data in particular. It's used in their Redshift database, which I think is based on PostgreSQL.
The SIMD angle is interesting. I think there's still a lot of headroom with compression codecs because surprisingly few of them leverage SIMD very well. Are Zstd and brotli leveraging SIMD?