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

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

[Octave-bug-tracker] [bug #59649] "movmean" should be implemented more m


From: Juan Pablo Carbajal
Subject: [Octave-bug-tracker] [bug #59649] "movmean" should be implemented more memory efficiently
Date: Fri, 18 Dec 2020 07:48:27 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:84.0) Gecko/20100101 Firefox/84.0

Follow-up Comment #1, bug #59649 (project octave):

It is a vectorized algorithm, the sizes used are the minimum to generate all
windows in one go.

There is a c++ implementation in the original messages, but it was less
performant than the current one. 
I guess one could offer an option "low_memory" to choose between iterative or
vectorized algorithm.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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