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
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
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.