• Thumbnail for Gzip
    gzip is a file format and a software application used for file compression and decompression. The program was created by Jean-loup Gailly and Mark Adler...
    15 KB (1,383 words) - 10:41, 6 August 2024
  • Tar (computing) (redirect from Tar gzip)
    files, as well as utilities commonly used to compress them, such as xz, gzip, and bzip2. The tar command has also been ported to the IBM i operating system...
    34 KB (3,747 words) - 16:52, 3 July 2024
  • mod_gzip is an external extension module for the Apache HTTP Server v1 and v2. It allows using the Gzip compression method for a significant reduction...
    5 KB (547 words) - 11:20, 17 August 2023
  • alternatives like gzip and bzip2. Decompression speed is higher than bzip2, but lower than gzip. Compression can be much slower than gzip, and is slower...
    11 KB (1,105 words) - 00:47, 17 July 2024
  • not covered by patents. This led to its widespread use – for example, in gzip compressed files and PNG image files, in addition to the ZIP file format...
    28 KB (3,114 words) - 16:28, 18 July 2024
  • successor to gzip, it is supported by all major web browsers and has become increasingly popular, as it provides better compression than gzip.[citation needed]...
    17 KB (1,723 words) - 08:15, 26 June 2024
  • Thumbnail for Zlib
    and is an abstraction of the DEFLATE compression algorithm used in their gzip file compression program. zlib is also a crucial component of many software...
    13 KB (1,289 words) - 05:11, 13 August 2024
  • For example, one can create a pipe and set up gzip to compress things piped to it: mkfifo my_pipe gzip -9 -c < my_pipe > out.gz & In a separate process...
    7 KB (877 words) - 12:27, 5 August 2024
  • Thumbnail for HTTP compression
    download uncompressed data. The most common compression schemes include gzip and Brotli; a full list of available schemes is maintained by the IANA. There...
    17 KB (1,820 words) - 00:16, 5 July 2024
  • Thumbnail for VRML
    text and generally compress well using gzip, useful for transferring over the Internet more quickly (some gzip compressed files use the .wrz extension)...
    16 KB (1,660 words) - 15:50, 5 April 2024
  • Thumbnail for 7-Zip
    non-compression archive formats (both for packing and unpacking), including ZIP, gzip, bzip2, xz, tar, and WIM. The utility also supports unpacking APM, ar, ARJ...
    22 KB (2,155 words) - 16:01, 27 July 2024
  • compression program based on the LZW compression algorithm. Compared to gzip's fastest setting, compress is slightly slower at compression, slightly faster...
    11 KB (1,233 words) - 17:24, 3 April 2024
  • It also provides a filter for decompressing (inflating, uncompressing) a gzip compressed response body. The mod_deflate module does not have a lower bound...
    4 KB (503 words) - 04:05, 8 August 2022
  • ALZ formats. Traditionally, tar, cpio, or pax calls the external programs gzip and bzip2 to perform compression; these external programs usually come with...
    64 KB (1,932 words) - 03:03, 11 July 2024
  • In programming, Libarc is a C++ library that accesses contents of GZIP compressed ARC files. These ARC files are generated by the Internet Archive's Heritrix...
    2 KB (147 words) - 18:03, 16 February 2022
  • applications. For example, it is used in the ZIP file format and in the GNU tool gzip. It is also often used as a component within lossy data compression technologies...
    35 KB (4,235 words) - 03:18, 12 August 2024
  • Thumbnail for Mark Adler
    co-author together with Jean-loup Gailly of the zlib compression library and gzip. He has contributed to Info-ZIP, and has participated in developing the Portable...
    8 KB (723 words) - 14:22, 13 August 2024
  • remain on the project's GitHub page. The original version of Squashfs used gzip compression, although Linux kernel 2.6.34 added support for LZMA and LZO...
    8 KB (627 words) - 13:14, 13 March 2024
  • Thumbnail for HTTP
    "Content-Encoding: gzip" can be used to inform the client that the body entity part of the transmitted data is compressed by gzip algorithm. The most...
    61 KB (7,776 words) - 12:00, 15 August 2024
  • Thumbnail for Vmlinux
    when creating a bootable kernel image, the kernel is also compressed using gzip, or, since Linux 2.6.30, using LZMA or bzip2, which requires a very small...
    8 KB (830 words) - 08:48, 6 May 2024
  • Jean-Loup Gailly (born 1956) is a French computer scientist and an author of gzip. He wrote the compression code of the portable archiver of the Info-ZIP and...
    1 KB (138 words) - 23:32, 30 July 2024
  • for both web and print applications. SVG images can be compressed with the gzip algorithm, resulting in SVGZ files that are typically 20-50% smaller than...
    62 KB (6,109 words) - 11:16, 12 August 2024
  • encoding of ZIP archive comments. Recognition of GZIP files with arbitrary preceding data as an actual GZIP archive. 5.70 (2019-02): removes support for ACE...
    31 KB (3,061 words) - 18:12, 12 August 2024
  • include functionality to do this automatically Per-file compression with gzip, bzip2, lzo, xz, lzma (as opposed to compressing the whole archive). An individual...
    47 KB (1,078 words) - 16:05, 11 July 2024
  • Thumbnail for PDF
    on the deflate algorithm defined in RFC 1951 (deflate is also used in the gzip, PNG, and zip file formats among others); introduced in PDF 1.2; it can use...
    85 KB (9,376 words) - 05:09, 13 August 2024
  • Thumbnail for Apache HTTP Server
    compression methods on Apache include the external extension module, mod_gzip, implemented to help with reduction of the size (weight) of web pages served...
    38 KB (3,174 words) - 19:20, 29 July 2024
  • compressors. Users of the Unix tools use additional compression tools, such as gzip, bzip2, or xz, to compress the archive file after packing or remove compression...
    4 KB (571 words) - 14:17, 11 September 2023
  • to Debian 0.93, a package consisted of a file header and two concatenated gzip archives. Since Debian 0.93, a deb package is implemented as an ar archive...
    16 KB (1,326 words) - 19:31, 1 June 2024
  • Huffman coding. Deflate is found in several file formats including ZIP, gzip, PNG and PDF. 7-Zip contains a from-scratch DEFLATE encoder that frequently...
    12 KB (1,274 words) - 09:01, 17 August 2024
  • 12 released". Retrieved 20 December 2023. Jim Meyering (19 August 2023). "gzip-1.13 released [stable]". Retrieved 20 August 2023. "GNU Hurd 0.9, GNU Mach...
    24 KB (2,063 words) - 20:50, 26 May 2024