lzop is a file compressor similar to gzip. Its main advantages over gzip are much higher compression and decompression speed, at the cost of some compression ratio. lzop uses the LZO library for compression services.
License
GNU General Public License version 2.0 (GPLv2)Follow lzop - a fast file compressor
Other Useful Business Software
Level Up Your Cyber Defense with External Threat Management
Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
Rate This Project
Login To Rate This Project
User Reviews
-
In my g4l project I've found that lzop compression is about twice as fast as gzip with only a 10% increase in size. Plus it puts a much lower CPU load on systems. There is a newer version at lzop.org.