Lzo is the abbreviation of Lempel-ziv-oberhumer, a portable lossless data compression library with ANSI C, which provides a data compression algorithm with very high decompression speed. It supports repetitive compression and decompression in situ.
The Lzo library implements several algorithms with the following characteristics:
* Easy decompression, very fast. * Decompression does not require memory. * Compression is fairly fast. * Compression requires kilobytes of memory. * Allows to increase the compression rate at the cost of compression at the expense of compression speed, decompression speed will not be reduced. * includes compression levels that generate the uncompressed data, which can be a fairly competitive compression ratio. * There is also a compression level that requires only 8 KB of memory. * The algorithm is thread safe. * The algorithm is lossless.
The LZO 2.06 version optimizes some Big-endian architectures.
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.