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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #59711] Performance of `cd` is bad on Windows
Date: Thu, 11 May 2023 14:18:11 -0400 (EDT)

Follow-up Comment #28, bug #59711 (project octave):

The attached patch is a imho nicer implementation of the changes in comment
#27. It introduces a new file_time class to abstract away most of the platform
specific code in load-path.cc.
There are still a few platform specific parts due to the fact that `file_stat`
is very fast on Linux but terribly slow on Windows. So, we'd like to continue
using in on the former platform but try to avoid it (at all costs) on the
latter.


(file #54727)

    _______________________________________________________

Additional Item Attachment:

File name: bug59711-load_path-less-file_stat-v1.patch Size:9 KB
   
<https://file.savannah.gnu.org/file/bug59711-load_path-less-file_stat-v1.patch?file_id=54727>



    _______________________________________________________

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]