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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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.