Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!agate!eris.berkeley.edu!mwm From: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Newsgroups: comp.sys.amiga.tech Subject: Re: Links vs. aliases Message-ID: <1989Sep14.004238.7603@agate.berkeley.edu> Date: 14 Sep 89 00:42:38 GMT References: <19644@gryphon.COM> <1989Sep9.080227.14162@agate.uucp> <2771@abaa.UUCP> Sender: usenet@agate.berkeley.edu (USENET Administrator;;;;ZU44) Reply-To: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) Organization: Missionaria Phonibalonica Lines: 42 In article <2771@abaa.UUCP> esker@abaa.UUCP (Lawrence Esker) writes: mwm@eris.berkeley.edu (Mike (I'll think of something yet) Meyer) writes: <>As for speed - an alias will almost always be slower than a (hard) <>link when they do the same thing. This is because invoking the alias <>will cause all the work that invoking the link would, plus having to <>do the alias replacement. Of course, implementation details can change <>this (i.e. - linear search of an alias list, intead of something <>intelligent; aliases that are absolute path names; so many links that <>the directory adds blocks, soft links instead of hard, etc.). <