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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
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.