12
Faster compression for Btrfs
by admin ·
The new Linux file system Btrfs has recently dominated the compression process and Snappy LZ4 that save space and are fast.
Within the last week, two developers for the Linux kernel file system Btrfs have implemented new compression method. First, Andi Kleen has on the mailing list a patch released that developed by Google Snappy implemented algorithm. The procedure puts more emphasis on fast (de) compression rather than large compression ratios. Because the use of file system code in the Linux kernel must be implemented, Kleen has integrated the first Snappy code from C + + and ported to C and the kernel, before he wrote the actual code Btrfs. Snappy the code in the kernel is now also other kernel subsystems.
(more…)
