Description
Very fast lossless compression can be added to Windows-targeted applications with LZ4. Developers use it when speed matters more than maximum compression ratio, such as caches, data streams, games, or storage tools.
It is a compression library, not an archive manager. Applications should still validate compressed data sizes to avoid memory or storage surprises.