0 branches
Tree
Top files
Clone with HTTPS:
gzip
compress.deflate,compress.gzip,compress.zlib,compress.zstd: fix `v doc -unsafe-run-examples -f none vlib/compress/` too
last Aug 13
39.39 KB
zlib
compress: fix compilation fails because of multiple includes of same .h (fixes #18378)
last Feb 26
1.69 KB
Description
compress is a namespace for (multiple) compression algorithms supported by V.
At the moment, the following compression algorithms are implemented:
compress.bzip2compress.deflatecompress.gzipcompress.snappycompress.zlibcompress.zstd