Home >Common Problem >What is data compression
What is data compression?
Data compression refers to the process of recoding original data and removing redundant data from the original data.
Related introduction:
Data compression refers to reducing the amount of data to reduce storage space without losing useful information, improve its transmission, storage and processing efficiency, or according to a certain algorithm A technical method to reorganize data and reduce data redundancy and storage space. Data compression includes lossy compression and lossless compression.
In computer science and information theory, data compression or source encoding is the process of representing information using fewer data bits (or other information-related units) according to a specific encoding mechanism than without encoding. For example, if we encode "compression" as "comp" then this article can be represented with fewer data bits. A popular example of compression is the ZIP file format used by many computers. It not only provides compression functions, but also serves as an archive tool (Archiver) that can store many files into the same file.
The above is the detailed content of What is data compression. For more information, please follow other related articles on the PHP Chinese website!