Skip to content

Commit

Permalink
Support zstd compression in thrift
Browse files Browse the repository at this point in the history
Summary:
zstd provides comparable compression ratio to zlib (1.2.8 -1), and has ~4x compression speed and 2x decompression speed. Source: http://fastcompression.blogspot.com/2015/01/zstd-stronger-compression-algorithm.html

About time, we added native support in thrift. I'll look into adding zstb with static/dynamic dictionaries next.

Reviewed By: haijunz

Differential Revision: D3875258

fbshipit-source-id: cc8671ba909f69f4709203fc8c685adac026fc9b
  • Loading branch information
nkg- authored and Facebook Github Bot 1 committed Sep 19, 2016
1 parent 9972461 commit ec42813
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 175 deletions.

0 comments on commit ec42813

Please sign in to comment.