[PATCH 1/3] Add the snappy-c compressor to lib
Matthieu CASTET
matthieu.castet at parrot.com
Wed Nov 9 06:09:48 EST 2011
Hi,
Artem Bityutskiy a écrit :
> On Sun, 2011-10-30 at 14:37 +0200, Artem Bityutskiy wrote:
>> From: Andi Kleen <ak at linux.intel.com>
>>
>> This is a C port of the google snappy compressor. It has roughly
>> comparable compression to LZO, but is significantly faster on many file
>> types. For example it beats all other compressors on already
>> compressed data.
>
> Sounds cool, thanks Andi! Is any UBIFS user interested to try this out?
> I think this stuff needs some real users to make it go into mainline
> smoothly.
>
I could be interresting to have benchmarks on arm (or other system where UBIFS
is used).
snappy use lot's of unaligned access.
They need to be emulated on pre-armv6 core.
And even in newer core (armv6+), u64 unaligned access are not supported.
Matthieu
More information about the linux-mtd
mailing list