Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Are completions in some way heavy?
- X-seq: zsh-users 21621
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Are completions in some way heavy?
- Date: Mon, 6 Jun 2016 09:01:04 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=pJboBb2vCETcywk0M9D/lba6yGR7HNXW4N32+y/iXwY=; b=sUvhRu6yHHRqtD/xVZ/w4Wubz0uCesZk8d7RyRlEnDX4wt6h+9fBfA9TZ+J3l3kRx3 21a9qXuUCZ+/lzgZuStWwcAdxD5E5KFkhTfv1tQ2CPq3Hhuujv05AZq39GR11mBVoT7b /yoKmcbn2IzKl6DMA2ONuAXPRIrQKHxUQLNhyK5NHCFoU+Djbj1IQnWRI0AkR7gjkCgX eUmCwGtJpRfwAvv7Tjs5u0shUC4zql0BW3gfeQOMIbsbnIdaY4IclmfOAKao15RQOQo/ LfsDp+vI4lSzu5ZYTzs1HnQwsFdVNt34tq0e1F3FBbYmaT1/aaqOzZYTUx5YhZVetS1a IM0w==
- In-reply-to: <CAKc7PVBnpkEnkWZb4yh9BgutbBgfKS0Hh1x6e_Q-jnOyVDHQOg@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVBnpkEnkWZb4yh9BgutbBgfKS0Hh1x6e_Q-jnOyVDHQOg@mail.gmail.com>
On Jun 6, 2:43pm, Sebastian Gniazdowski wrote:
}
} This should provide speed up, to start with 15 enabled completions,
} instead of 800 [...]
}
} That's a failure but I thought that maybe shell will be much lighter
} with <100 completions pre-loaded? Maybe situation with compsys isn't
} that bright because of the number of _* files? How can I reveal
} effects of much lighter $functions, etc., is it possible?
Functions that are marked for autoloading but haven't yet loaded are
already very lightweight. That was one reason for using a suite of
files, so the autoload mechanism could take care of ignoring those
that are never needed in a particular session. Then compdump avoids
the overhead of scanning directories to find those files.
Making it the user's responsibility to explicitly choose what to enable
is exactly what we wanted to *avoid*. If that's a requirement in order
for the system to be "light enough" then we have failed.
} Also, overall, it would be nice that I would collect all mainstream _*
} patches, and provide the completions for all Zsh versions.
Having a location from which to grab .../share/$ZSH_VERSION/functions/
trees for past zsh releases would be useful, particularly if fixes from
more recent versions were backported when possible.
I would not suggest attempting to create forward-portable versions of
the functions.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author