Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Huge delay for completions when not sorting
- X-seq: zsh-workers 43132
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: martin@xxxxxxxx
- Subject: Re: Huge delay for completions when not sorting
- Date: Sun, 1 Jul 2018 23:03:44 -0700
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1c8U8tethKUSX+APxl2JFmYjFwAd8Bh5VBrCvQ3lSiE=; b=R7GqnihGEGG0kCobZqcAHHOvPWzsMZ4Mqkdrz016VHFrWM0EI84IyHIkzeDMi+xluU 725D7aOnYEiGkCRH/HQJJsAe2bbNvvMwqWddHq/1iGUMjPRc2l1Gq+jSEb3LS5Tq7UNW qccNF7oPmxTZj9a2fRSUTWKEUkn/TyC+/RkDtNrU3uioLIJdfacyl4+jzTbQtGMFOPnt rluCln4bdd8h06hWF7X3RnOY9owlOZftCeU2T5TQd7fCzJLrATDWB0A3rYg5lKYNh3p2 f7r6+dD3r+/eTQEr5bchKbgF2AY66dMblZ7ErpjAJQjQG9tU4K2S6rKXOJ9nQA7/c2St wSNA==
- In-reply-to: <slrnpjjfg6.pci.martin@clover.invalid>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <slrnpji5if.45o.martin@clover.invalid> <651A4CB3-1D36-4668-9DC0-EFACDE13E26D@dana.is> <CAH+w=7ayv2D4LEBmo0Ms7y58tHJH+PHfsazRq-drT_SSOqZQ5A@mail.gmail.com> <slrnpjjfg6.pci.martin@clover.invalid>
On Sun, Jul 1, 2018, 10:54 PM Martin Vaeth <martin@xxxxxxxx> wrote:
>
> When building a temporary hash table it would be enough to store pointers
> to the strings there to avoid data duplication.
>
The immediate problem is that there are no simple strings to store. What's
being compared are data structures that break the words down into the
substrings used later to reconstruct parts of the word on the command line.
>
Messages sorted by:
Reverse Date,
Date,
Thread,
Author