|
From: | Muhali |
Subject: | [Octave-bug-tracker] [bug #60387] ftp class method 'dir' extremely slow |
Date: | Tue, 13 Apr 2021 08:44:55 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:87.0) Gecko/20100101 Firefox/87.0 |
URL: <https://savannah.gnu.org/bugs/?60387> Summary: ftp class method 'dir' extremely slow Project: GNU Octave Submitted by: muhali Submitted on: Tue 13 Apr 2021 05:44:53 AM PDT Category: None Severity: 3 - Normal Priority: 5 - Normal Item Group: Performance Status: None Assigned to: None Originator Name: Originator Email: Open/Closed: Open Release: 6.1.0 Discussion Lock: Any Operating System: GNU/Linux _______________________________________________________ Details: the following commands show that the dir-method for the ftp class is extremely slow obj = ftp('ftp.gnu.org'); cd(obj, '/gnu/emacs'); tic ; ddir = dir(obj); toc I get 76 seconds, more than 100x with what I get from Matlab (0.6 sec). _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?60387> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |