From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: tomas@tuxteam.de Newsgroups: gmane.emacs.devel Subject: Re: ELPA submission: plz-see Date: Sat, 4 Nov 2023 10:34:50 +0100 Message-ID: References: <3e406a2c-712d-4fee-877a-2376517619a8@alphapapa.net> <83v8ai57yj.fsf@gnu.org> <831qd56g4w.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="UJH7wnE0b0yh9BEx" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="16930"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Nov 04 10:35:26 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qzD3t-00048E-83 for ged-emacs-devel@m.gmane-mx.org; Sat, 04 Nov 2023 10:35:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qzD3R-0001fu-9j; Sat, 04 Nov 2023 05:34:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qzD3P-0001fe-4t for emacs-devel@gnu.org; Sat, 04 Nov 2023 05:34:55 -0400 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qzD3M-0001OM-J1; Sat, 04 Nov 2023 05:34:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject :Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=dzJqZIkNXRjuRODcvUco++Dcmo7PzkY2gvisF2ljDNQ=; b=biZsKokwYWZsZmd+3iPwhmd9Qh lJnflsTTdwkT5CVrn9tbtU2qvJ4T1db//7V8jUojla2vqAFkjZwqHDc0PU1zoUc/2wbC7gekV0owF 73+uVbd+5wJ2HTWnCAz+YEfECwEtSPgypM/zWBjxXbwyEN5CncvbijJ/BOEt4qmC6a6wageAh3g/m kVovxfUwIh1iQpNqQFbpgZnuAMKP2aUwnlge8LdDYbHsphwFFkofSHLW4YO+lbnODVJJBVuo+vsl7 ip85PzT60il3f1tfSXWjOy19T67zyEzvMYTaUgLk6ADgqpmRvQ25hdWhmc2niKyOic5LwFU/R5yn9 YUvRrvkg==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1qzD3K-0007wC-7s; Sat, 04 Nov 2023 10:34:50 +0100 Content-Disposition: inline In-Reply-To: <831qd56g4w.fsf@gnu.org> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:312198 Archived-At: --UJH7wnE0b0yh9BEx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Nov 04, 2023 at 11:07:27AM +0200, Eli Zaretskii wrote: > > Date: Sat, 4 Nov 2023 09:51:46 +0100 > > From: > >=20 > > On Sat, Nov 04, 2023 at 08:49:24AM +0200, Eli Zaretskii wrote: [...] > > > Before that happens, I'd like to see a good analysis of why we cannot > > > make our own implementation of network communications performant > > > enough to avoid yet another external library. > >=20 > > Any pointers as to where the problems with url lie? >=20 > I don't know. If anyone else does, please speak up. the claim is > that fetching a URL with our built-in primitives is too slow. I see, thanks. Cheers --=20 t --UJH7wnE0b0yh9BEx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCZUYQMwAKCRAFyCz1etHa RobgAJ93BK8Em8LSy9tW2jiNwZZENZMLSgCeL5tulstHD8+Frg9gBCfJQVaUop8= =YuEp -----END PGP SIGNATURE----- --UJH7wnE0b0yh9BEx--