Description
32-bit applications can perform LZMA compression and decompression in memory through a dedicated library. This helps archive tools, installers, and data pipelines handle high-ratio compressed data.
It is a compression library, not an archive manager. Applications should handle memory use and untrusted compressed input carefully because decompressed data can be much larger than expected.