v/vlib/compress
2023-11-15 16:16:01 +11:00
..
deflate vlib/compress: correct comments in compress module (#18434) 2023-06-13 19:10:27 +03:00
gzip all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
zlib vlib/compress: correct comments in compress module (#18434) 2023-06-13 19:10:27 +03:00
compress.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
README.md compress: add a new module compress.gzip too (#14686) 2022-06-05 18:53:45 +03:00

Description:

compress is a namespace for (multiple) compression algorithms supported by V.

At the moment, the following compression algorithms are implemented:

  • compress.deflate
  • compress.gzip
  • compress.zlib