X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] ["532" "Fri" "20" "June" "1997" "15:14:56" "+0100" "Philip Taylor (RHBNC)" "CHAA006@VMS.RHBNC.AC.UK" nil "14" "Re: discussing relation of LaTeX to TeX successors" "^Date:" nil nil "6" nil nil nil nil nil] nil) Received: from listserv.gmd.de (listserv.gmd.de [192.88.97.1]) by mail.Uni-Mainz.DE (8.8.5/8.8.4) with ESMTP id QAA30138; Fri, 20 Jun 1997 16:14:44 +0200 (MET DST) Received: from lsv1.listserv.gmd.de by listserv.gmd.de (LSMTP for OpenVMS v1.1a) with SMTP id <11.794ACE96@listserv.gmd.de>; Fri, 20 Jun 1997 16:14:20 +0200 Received: from RELAY.URZ.UNI-HEIDELBERG.DE by RELAY.URZ.UNI-HEIDELBERG.DE (LISTSERV-TCP/IP release 1.8b) with spool id 156788 for LATEX-L@RELAY.URZ.UNI-HEIDELBERG.DE; Fri, 20 Jun 1997 16:14:03 +0200 Received: from vms.rhbnc.ac.uk (alpha1.rhbnc.ac.uk [134.219.201.113]) by relay.urz.uni-heidelberg.de (8.7.6/8.7.4) with SMTP id QAA11158 for ; Fri, 20 Jun 1997 16:13:56 +0200 (MET DST) Message-ID: <970620151456.11b0e@vms.rhbnc.ac.uk> Reply-To: Mailing list for the LaTeX3 project Date: Fri, 20 Jun 1997 15:14:56 +0100 From: "Philip Taylor (RHBNC)" Sender: Mailing list for the LaTeX3 project To: Multiple recipients of list LATEX-L Subject: Re: discussing relation of LaTeX to TeX successors Status: R X-Status: X-Keywords: X-UID: 2136 >> but i was under the impression that tree searching is just not fast >> enough in a real production environment on VMS< simply using >> wildcards? am i out of date? Phil demonstrated to me once that finding >> files on the TeX Live CD was veeery slow (unless I misremember) I don't remember; but in reality: if the tree contains only files of interest, then VMS lib$find_file will certainly be fast and efficient; if the tree contains irrelevant files, then lib$find_file may well be too slow. Which is the situation for TDS?