octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #63791] movfun - high intermediate memory use


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #63791] movfun - high intermediate memory use for moderate data input resulting in out of memory errors
Date: Sun, 12 Feb 2023 17:36:55 -0500 (EST)

Follow-up Comment #21, bug #63791 (project octave):

Thanks.  

My last note meant to illustrate that the input data size reduced by 1/2, from
user's view point, has no effects on the memory requirement.  

I chose moving average for smoothing because results from moving average were
better than filter for my purpose.  Others may find it differently.  It is
application specific.   

The size of the data I use for illustrating issue is not extreme in today's
standard.  Frequency contents of the data and speed of the data accumulation
drastically changed from a while ago. 

The last item is speed.  From about 2017-2018 time frame, I think matlab had
fairly noticeable speed improvement through parallelizing.  Many problems that
used to be solved only on cluster can be solved locally on a 6-8 core laptop
using just 4 workers.  My limited exercise of parallel package did not
demonstrate much benefits. I don't know if it is because I don't know how to
do it right or the implementation is ineffective.   For me, better speed and
graphics are two major want-to-have and they should be part of core.    

 


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?63791>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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