About 87,100 results
Open links in new tab
  1. ZIP (file format) - Wikipedia

    ZIP is an archive file format that supports lossless data compression. A ZIP file may contain one or more files or directories that may have been compressed. The ZIP file format permits a number of …

  2. Deflate algorithm - Inside of a Zip file (Pt. 1)

    Sep 1, 2025 · At the core of ZIP compression is the Deflate algorithm, which combines LZ77 and Huffman coding to reduce file size efficiently. Deflate compresses files without losing information by …

  3. How a .ZIP File Works — Compression Explained with a Simple Example

    Jan 6, 2026 · How a .ZIP File Works — Compression Explained with a Simple Example Why File Compression Matters File compression is a fascinating process that we use every day without really …

  4. Which algorithm is used in standard ZIP? - Stack Overflow

    May 20, 2019 · 11 "zip" in this context is a file format that permits several different compression methods. They include deflate, deflate64, bzip2, lzma, wavpack, and ppmd. In practice however, you …

  5. Zip Files: History, Explanation and Implementation - hanshq.net

    Feb 26, 2020 · The Zip format has since been adopted by many other file formats. For example, Java Archives (.jar files) and Android Application Packages (.apk files), as well as Microsoft Office .docx …

  6. LZMA - Wikipedia

    LZMA (Lempel–Ziv–Markov chain algorithm[1]) is a lossless data compression algorithm developed since 1998 by Igor Pavlov, the developer of 7-Zip. It has been used in the 7z format of the 7-Zip …

  7. How File Compression Works | HowStuffWorks

    Mar 6, 2024 · File compression allows users to make one or more files into a smaller zip file. Learn about file compression, zip files and compression algorithms.

  8. Decoding the ZIP Algorithm: Explaining the ZIP Compression

    Oct 1, 2023 · Zip Algorithm To achieve information size reduction, the algorithm essentially does the following steps: Detects the unique characters of the information to be compressed.

  9. What is the ZIP Compression Algorithm? ️ - Tecnobits

    Jul 8, 2023 · The ZIP compression algorithm is a method used to reduce the size of files, reducing their storage space and facilitating their transfer. It is based on the elimination of redundancies and data …

  10. The Art of Packing Bytes: How the ZIP Algorithm Actually Works

    Feb 16, 2026 · At its core, most ZIP files use the DEFLATE algorithm. This isn't just one trick; it’s a two-stage process that combines LZ77 (dictionary compression) and Huffman Coding (statistical …