Logo
Explore Help
Sign In
TheCloud/v
1
0
Fork 0
You've already forked v
mirror of https://github.com/vlang/v.git synced 2025-08-03 17:57:59 -04:00
Code Issues Packages Projects Releases Wiki Activity
v/vlib/compress
History
kbkpbot a1c5f41c6b
thirdparty.zstd: upgrade to v1.5.7 release, add the local changes to a reusable .patch file (#24611)
2025-05-31 08:06:36 +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
checker: do not allow &u8(0), force nil like we do with &Type(0)
2025-05-03 22:37:51 +03:00
zlib
…
zstd
thirdparty.zstd: upgrade to v1.5.7 release, add the local changes to a reusable .patch file (#24611)
2025-05-31 08:06:36 +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
…

README.md

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
Powered by Gitea Version: Page: 1359ms Template: 57ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API