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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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.