synapse-garden / phx

The Phoenix Engine toolkit
GNU Affero General Public License v3.0
1 stars 0 forks source link

Support Zstd compression + decompressor #5

Open binary132 opened 6 years ago

binary132 commented 6 years ago

API is very similar to LZ4. Compression is about twice as good with decompression about half the speed (but still linear and quite fast.)

binary132 commented 6 years ago

Decompression speeds Source: https://gregoryszorc.com/blog/2017/03/07/better-compression-with-zstandard/