On 3/18/07, Tassilo Horn <[EMAIL PROTECTED]> wrote: > "Axel Liljencrantz" > <[EMAIL PROTECTED]> writes: > > Hi Axel, > > > Bug located and fixed. The __fish_describe_command function was called > > once for every element of PATH. Fix is in the darcs tree. > > Ok, now it needs only 7 seconds. :-) > > > Another question: How long does 'apropos em >/dev/null' take? If that > > takes significantly less than five seconds then the awk program could > > probably do with an update. > > About 7 seconds.
Bummer. That means there is really not a lot of room for speed improvement on the fish side of things. The remaing issue then is to limit the maximum time taken by __fish_describe_command. Ideally, I'd like to implement the limit in shellscript, though to do that efficently and conveniently would probably require some form of extension if the current syntax. Suggestions are welcome. > > Bye, > Tassilo > -- > The glass is neither half-full nor half-empty: it's twice as big as it > needs to be. -- Axel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
