v/vlib/compress
2025-04-29 09:07:09 +03:00
..
deflate fmt: remove the prefixed module name of const names, that are in the same module (related #22183) (#22185) 2024-09-10 11:25:56 +03:00
gzip compress.gzip: add compression flags (fix #14994) (#23370) 2025-01-05 14:18:53 +02:00
szip szip: fix panic on empty files (#24335) 2025-04-29 09:07:09 +03:00
zlib doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
zstd zstd: a minor fix 2025-03-22 16:15:20 +03:00
compress.c.v vlib: enable more satnitized memleak detection runs without false positives on the CI (#23200) 2024-12-20 16:09:16 +02:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02: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
  • compress.zstd