TigerVNC/tigervnc

Zstd encoding

开放

#945 创建于 2020年1月22日

 (2 条评论) (5 个反应) (0 位负责人)C++ (1,178 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (7,407 个星标)
PR 合并指标
 (平均合并 95天 10小时) (30 天内合并 4 个 PR)

描述

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.

贡献者指南