Community
Participate
Working Groups
Build Identifier: CVS HEAD This enhancement improves the speed of the directory listing using the RemoteTools connection. Before this patch the directory listing was slow because a sftp-stat was performed for each file when listing a directory. It is possible to get the same information for all files in the directory with a single stat call. This call is actually already done previously to get the file names of all files and we simply reuse this information in our patch. This patch removes redundant communication which increases performance especially for directory listings that are containing many files. Reproducible: Always Steps to Reproduce: 1. Connect with Remotetools 2. Open a directory
Created attachment 157066 [details] Patch for the speed enhancement
This looks very useful, thanks! Applied to 3.0 and HEAD.
Committed.
Can you please add an "I declare..." statement that you contribute under EPL and have the right doing so -- see http://www.eclipse.org/dsdp/tm/development/committer_howto.php#external_contrib Thanks!