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

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

[Octave-bug-tracker] [bug #57439] handles to private functions may fail


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #57439] handles to private functions may fail after "clear functions"
Date: Sat, 29 Feb 2020 17:41:18 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0

Follow-up Comment #37, bug #57439 (project octave):

Running benchmarks with the patch:

Octave 5.2.0

   III. Programmation
   ------------------
9,500,000 Fibonacci numbers calculation (vector calc)_ (sec): 1.5076
Creation of a 5250x5250 Hilbert matrix (matrix calc) (sec): 0.22328
Grand common divisors of 500,000 pairs (recursion)___ (sec): 0.13082
Creation of a 620x620 Toeplitz matrix (loops)_______ (sec): 3.4958
Escoufier's method on a 97x97 matrix (mixed)________ (sec): 5.1361
                  ------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 1.0558


908bdd05398a (before the patch):


   III. Programmation
   ------------------
9,500,000 Fibonacci numbers calculation (vector calc)_ (sec): 1.4632
Creation of a 5250x5250 Hilbert matrix (matrix calc) (sec): 0.405
Grand common divisors of 500,000 pairs (recursion)___ (sec): 0.13471
Creation of a 620x620 Toeplitz matrix (loops)_______ (sec): 5.978
Escoufier's method on a 97x97 matrix (mixed)________ (sec): 8.4816
                  ------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 1.5244


908bdd05398a+ (after the patch):


   III. Programmation
   ------------------
9,500,000 Fibonacci numbers calculation (vector calc)_ (sec): 1.5852
Creation of a 5250x5250 Hilbert matrix (matrix calc) (sec): 0.43049
Grand common divisors of 500,000 pairs (recursion)___ (sec): 0.14574
Creation of a 620x620 Toeplitz matrix (loops)_______ (sec): 4.8253
Escoufier's method on a 97x97 matrix (mixed)________ (sec): 6.7766
                  ------------------------------------------------------
                Trimmed geom. mean (2 extremes eliminated): 1.4877


FWIW

Dmitri.
-- 


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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