TigerVNC/tigervnc

Zstd encoding

オープン

#945 opened on 2020/01/22

 (2 件のコメント) (5 件のリアクション) (0 人の担当者)C++ (1,177 件のフォーク)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (7,403 個のスター)
PR merge metrics
 (平均マージ 95d 10h) (30d で 4 merged PRs)

説明

Is your feature request related to a problem? Please describe. zlib and deflate are old and slow. Zstd is a faster and modern almost drop-in replacement.

Describe the solution you'd like Adding a new encoding type that is a copy paste of ZRLE, but using Zstd instead of zlib.

コントリビューターガイド