[linux-mm-cc] [RFC] LZO de/compression support - take 6

Nitin Gupta nitingupta910 at gmail.com
Mon May 28 10:40:31 EDT 2007


Hi,

Attached is tester code used for testing.
(developed by Daniel Hazelton -- modified slightly to now use 'take 6'
version for 'TinyLZO')

Cheers,
Nitin

On 5/28/07, Nitin Gupta <nitingupta910 at gmail.com> wrote:
> (Using tester program from Daniel)
>
> Following compares this kernel port ('take 6') vs original miniLZO code:
>
> 'TinyLZO' refers to this kernel port.
>
> 10000 run averages:
> 'Tiny LZO':
>        Combined: 61.2223 usec
>        Compression: 41.8412 usec
>        Decompression: 19.3811 usec
> 'miniLZO':
>        Combined: 66.0444 usec
>        Compression: 46.6323 usec
>        Decompression: 19.4121 usec
>
> Result:
> Overall: TinyLZO is 7.3% faster
> Compressor: TinyLZO is 10.2% faster
> Decompressor: TinyLZO is 0.15% faster
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lzo1x-test-4.tar.bz2
Type: application/x-bzip2
Size: 38039 bytes
Desc: not available
Url : http://mailman.laptop.org/pipermail/linux-mm-cc/attachments/20070528/5865e726/attachment-0001.bin 


More information about the linux-mm-cc mailing list