From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs HTTP libraries [was: Re: How to contribute new package to GNU ELPA?] Date: Mon, 21 Dec 2020 20:13:29 +0200 Message-ID: <835z4vrprq.fsf@gnu.org> References: <15c3cc00-f56e-6e52-2228-30817639315a@gmail.com> <87v9cwek4u.fsf_-_@alphapapa.net> <874kkfgkob.fsf@posteo.net> <83blenrs38.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33119"; mail-complaints-to="usenet@ciao.gmane.io" Cc: adam@alphapapa.net, philipk@posteo.net, rms@gnu.org, emacs-devel@gnu.org To: Arthur Miller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Mon Dec 21 19:14:39 2020 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 1krPhe-0008Vp-SY for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Dec 2020 19:14:38 +0100 Original-Received: from localhost ([::1]:58722 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krPhd-0006hl-T9 for ged-emacs-devel@m.gmane-mx.org; Mon, 21 Dec 2020 13:14:37 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37784) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1krPh0-00066B-EL for emacs-devel@gnu.org; Mon, 21 Dec 2020 13:13:58 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42742) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1krPgz-0004l5-VJ; Mon, 21 Dec 2020 13:13:57 -0500 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2965 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1krPgn-0003yu-0b; Mon, 21 Dec 2020 13:13:45 -0500 In-Reply-To: (message from Arthur Miller on Mon, 21 Dec 2020 18:41:02 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 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" Xref: news.gmane.io gmane.emacs.devel:261406 Archived-At: > From: Arthur Miller > Date: Mon, 21 Dec 2020 18:41:02 +0100 > Cc: adam@alphapapa.net, "Philip K." , rms@gnu.org, > emacs-devel@gnu.org > > Eli Zaretskii writes: > > > Before this is taken as an indication that using one of these > > libraries will automagically make Emacs as fast as the applications > > like curl, we should carefully profile url.el and find out which > > part(s) of it cause the slowness. Because it could well be that what > > makes url.el slow will also make Emacs using libcurl slow. > > Maybe this library can be of help while testing/profiling We have a built-in profiler in Emacs.