TigerVNC/tigervnc

Zstd encoding

Open

#945 opened on Jan 22, 2020

 (2 comments) (5 reactions) (0 assignees)C++ (1,176 forks)github user discovery
enhancementhelp wanted

Repository metrics

Stars
 (7,396 stars)
PR merge metrics
 (Avg merge 95d 10h) (4 merged PRs in 30d)

Description

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.

Contributor guide