Description
Fast lossless compression can be embedded in Windows-targeted applications through the LZO library. Developers use it when software needs quick compression and decompression for data streams, caches, games, or storage helpers.
It is a compression library, not an archive manager. Applications should validate compressed input and expected output sizes before processing untrusted data.