zsh-workers
 help / color / mirror / code / Atom feed
From: Fung-Chai Lim <fclim@singnet.com.sg>
To: zsh-workers@math.gatech.edu (Z Shell workers mailing list)
Subject: Re: Autoloading of compctl from dbm database file.
Date: Sun, 1 Dec 1996 20:55:18 +0800 (SGT)	[thread overview]
Message-ID: <9612011255.AA00439@fclim.singnet.com.sg> (raw)
In-Reply-To: <961130151728.ZM16366828@srf-75.nbn.com> from "Bart Schaefer" at Nov 30, 96 03:16:26 pm

In <961130151728.ZM16366828@srf-75.nbn.com>
on Sat, 30 Nov 1996 15:16:26 -0800 (PST)
Bart Schaefer <schaefer@nbn.com> writes:

> Seems to me that this idea has "module" written on it, in large flashing
> purple neon letters.

> Compctls aren't very expensive to store either, are they?  The slow
> part of loading compctls and functions is parsing.  If we're going
> to introduce a database, we might as well also introduce a binary
> storage format and put pre-"compiled" functions, compctls, etc. in
> there.  Using a database just to store text that zsh then has to parse
> and execute anyway doesn't seem very helpful.

Then you have to worry about the "binary" database being shared by
systems of different architectures; distributed file systems are
quite ubiquitous.  The database must be portable over networks.

Yeah, with binary databases, I do see purple lights.

> Further -- I admit I haven't tried the patch -- doesn't attempting to
> autoload compctls, even from a database, slow down default completion
> a lot?

I do not notice any degradation, even with "big" compctl like the
one for `find'.  Remember, only one compctl is parsed at a time
with autoloading, unlike in startup files.

Regards,
fclim.


  reply	other threads:[~1996-12-01 13:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-11-30 13:31 Fung-Chai Lim
1996-11-30 16:40 ` Zefram
1996-11-30 23:16   ` Bart Schaefer
1996-12-01 12:55     ` Fung-Chai Lim [this message]
1996-12-01 14:02     ` Zefram
1996-12-01 17:41       ` Bart Schaefer
1996-12-01 18:08         ` what should compctl's look like? Richard Coleman
1996-12-01 18:54           ` Zefram
1996-12-01 18:38         ` Autoloading of compctl from dbm database file Zefram
1996-12-02 13:23         ` Fung-Chai Lim
1996-12-01 13:22   ` Fung-Chai Lim
1996-12-01 14:17     ` Zefram
1996-12-01 15:38       ` Fung-Chai Lim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9612011255.AA00439@fclim.singnet.com.sg \
    --to=fclim@singnet.com.sg \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).