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

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

[Octave-bug-tracker] [bug #59711] Performance of `cd` is bad on Windows


From: Renato
Subject: [Octave-bug-tracker] [bug #59711] Performance of `cd` is bad on Windows
Date: Tue, 21 May 2024 05:58:57 -0400 (EDT)

Follow-up Comment #42, bug #59711 (group octave):

Hi, please see below:

>> cd C:\Users\Renatoy
>> numel(dir())
ans = 113

Repeating 3 times (open Octave GUI --> load ltfat with the comands below -->
close Octave GUI)

>> tic, pkg load ltfat; toc
Elapsed time is 13.0565 seconds.


>> tic, pkg load ltfat; toc
Elapsed time is 13.7711 seconds.


>> tic, pkg load ltfat; toc
Elapsed time is 12.9291 seconds.


Repeating 3 times on Octave-CLI:

>> tic, pkg load ltfat; toc
Elapsed time is 8.70004 seconds.


>> tic, pkg load ltfat; toc
Elapsed time is 12.9025 seconds.


>> tic, pkg load ltfat; toc
Elapsed time is 13.3416 seconds.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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