TigerVNC/tigervnc

Zstd encoding

Aperta

#945 aperta il 22 gen 2020

 (2 commenti) (5 reazioni) (0 assegnatari)C++ (1176 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (7399 stelle)
Metriche merge PR
 (Merge medio 95g 10h) (4 PR mergiate in 30 g)

Descrizione

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.

Guida contributor