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.