qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH WIP] replace numpy with struct


From: Philippe Mathieu-Daudé
Subject: Re: [Qemu-devel] [PATCH WIP] replace numpy with struct
Date: Fri, 3 Nov 2017 10:10:36 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0

On 11/03/2017 08:24 AM, Stefan Hajnoczi wrote:
> On Thu, Oct 26, 2017 at 10:50:26AM -0300, Philippe Mathieu-Daudé
> wrote:
>> Hi Joannah,
>> 
>> The common subject to use is [RFC PATCH] instead of [PATCH WIP]
>> 
>> On 10/26/2017 09:14 AM, Joannah Nanjekye wrote:
>>> This patch replaces the use of numpy with the standard Library
>>> struct module where possible.
>> 
>> This seems a good idea but why?
> 
> I suggest adding this to the commit description:
> 
> Users tend to hit an ImportError when running analyze-migration.py
> due to the numpy dependency.  numpy functionality isn't actually
> used, just binary serialization that the standard library 'struct'
> module already provides.  Removing the dependency allows the script
> to run out-of-the-box.

Oh now I understand, good idea :)

> 
>> Do you have any performance improvements results to share?
>> 
>>> Signed-off-by: Joannah Nanjekye <address@hidden> 
>>> ---
>>> 
>>> scripts/analyze-migration.py | 19 ++++++++++++------- 1 file
>>> changed, 12 insertions(+), 7 deletions(-)
> 
> I don't see a removal of "import numpy as np" so this script still 
> depends on numpy.  Did you forget to sent further patches that you
> have to remove the numpy dependency?
> 



reply via email to

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