LZO Data Compression
While fooling around with the zram Linux kernel module, I learned about the existence of a fast compression/decompression algorithm called LZO. This is a very fast compression and decompression algorithm that does not consume a lot of resources and provides decent compression ratios as benchmarked against other popular algorithms. Looking at this, it is something that would be useful for us to use in the future for our product. As we are storing a lot of files in the database, Read more



