qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 06/12] migration: do not detect zero page for co


From: Peter Xu
Subject: Re: [Qemu-devel] [PATCH 06/12] migration: do not detect zero page for compression
Date: Tue, 19 Jun 2018 15:30:34 +0800
User-agent: Mutt/1.10.0 (2018-05-17)

On Mon, Jun 04, 2018 at 05:55:14PM +0800, address@hidden wrote:
> From: Xiao Guangrong <address@hidden>
> 
> Detecting zero page is not a light work, we can disable it
> for compression that can handle all zero data very well

Is there any number shows how the compression algo performs better
than the zero-detect algo?  Asked since AFAIU buffer_is_zero() might
be fast, depending on how init_accel() is done in util/bufferiszero.c.

>From compression rate POV of course zero page algo wins since it
contains no data (but only a flag).

Regards,

-- 
Peter Xu



reply via email to

[Prev in Thread] Current Thread [Next in Thread]