From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-3.2 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 2618D1FA00 for ; Sat, 27 Feb 2021 18:03:45 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1614449022; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=XbhypDliH/RQ8Bc8tnxV0swzs8jza5Hu/zreh/GorPw=; b=iu2GnG6GWBTMtuu8PKIkIYizQYPk9ahhX7t9gHhZLufw6l9iJlc9fv7r+RUjgvx9QdwYtS xqFqbVl3WuFrhPjSbbr4CRkya08bdN1m+KbB9YmaOQ/CbWqwKvXv4kRlI0sAt1aQYRiSI2 ic+uN2UVMKgGKLX/K+3EujpN35eyioXpa0/WdXVIFyKJzfvyUdJ6G6Ea65gC5rKNwkDK0c J14FopmGXGtRT+f1A2vSXDs1G+w/hBuW02Om3USofkD1RlFVAywDnHL7W2zLwIW1gxGuET hk5hi74R+znztfJ50HBV7UboNz4Xv+FMO/JF32gQ3JLCvLeVzLXES2hv4GXoew== From: Kyle Meyer To: meta@public-inbox.org Subject: [PATCH 3/3] doc: lei-overview: add performance and bash completion sections Date: Sat, 27 Feb 2021 13:03:28 -0500 Message-Id: <20210227180328.28057-4-kyle@kyleam.com> In-Reply-To: <20210227180328.28057-1-kyle@kyleam.com> References: <20210227180328.28057-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Take care of a couple of the items mentioned at . --- Documentation/lei-overview.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Documentation/lei-overview.pod b/Documentation/lei-overview.pod index 62b62280ad2ddd69..c3379caa1bd15d69 100644 --- a/Documentation/lei-overview.pod +++ b/Documentation/lei-overview.pod @@ -71,6 +71,23 @@ file by invoking C. =back +=head1 PERFORMANCE NOTES + +L is recommended for performance. To enable it, create +C<~/.cache/public-inbox/inline-c/>. + +If Socket::MsgHdr is installed (libsocket-msghdr-perl in Debian), the +first invocation of lei starts a daemon, reducing the startup cost of +for future invocations (which is particularly important for Bash +completion). + +=head1 BASH COMPLETION + +Preliminary Bash completion for lei is provided in +C. Contributions adding support for other +shells, as well as improvements to the existing Bash completion, are +welcome. + =head1 CONTACT Feedback welcome via plain-text mail to L -- 2.30.1