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: Convert README.org to plain text README while installing package Date: Sun, 05 Jun 2022 18:22:24 +0300 Message-ID: <837d5v9lu7.fsf@gnu.org> References: <87leuca7v7.fsf@disroot.org> <87czfopmsd.fsf@gnu.org> <87h74ztshe.fsf@gmx.de> <871qw31ois.fsf@yahoo.com> <878rqb5egg.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="20346"; mail-complaints-to="usenet@ciao.gmane.io" Cc: luangruo@yahoo.com, michael.albinus@gmx.de, acm@muc.de, stefan@marxist.se, tsdh@gnu.org, akib@disroot.org, emacs-devel@gnu.org To: Ihor Radchenko Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 05 17:24:00 2022 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 1nxs6h-00057k-I1 for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 17:23:59 +0200 Original-Received: from localhost ([::1]:50592 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxs6g-00032m-3N for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 11:23:58 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:39876) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxs5P-0001ud-0Y for emacs-devel@gnu.org; Sun, 05 Jun 2022 11:22:39 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxs5O-0001uF-8G; Sun, 05 Jun 2022 11:22:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=8wg1gVyrmbx7CaAh4q3LXNZ+YggxoUVx9+cCoOlaO4s=; b=WLapqhon8Ktg fPrrDUJveQ2Y6ImaTt93n0QzVcmszgbnBjeL/hjMAhuk3NGXASt1po2G5cRvlffJOSZh7b9Hv6VpZ 0JpbN4StS7iMFo8WyTq7FAMbG96p75X9zVdfnUBR7QeMzjwvsLZI8BbNg1mgClKjl/eTlzD2V+Nx+ zvYOigGk5u2ZI+SDhAvcPmCxsygf9TACodRpFmnsCXhaAHlKRFLNskbCUPhR0meKanps4vlt36vu6 yewQBekkPr49DGGxpyoJdmqOrCYiH340e3qqsDOSRWlIU3rqdlb+DPPgV32kzhnaDXw+C+biIUYz5 naeWgn2N5w6N2fxQ6tyvHw==; Original-Received: from [87.69.77.57] (port=1269 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxs5N-0003h7-IF; Sun, 05 Jun 2022 11:22:37 -0400 In-Reply-To: <878rqb5egg.fsf@localhost> (message from Ihor Radchenko on Sun, 05 Jun 2022 23:15:27 +0800) 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" Xref: news.gmane.io gmane.emacs.devel:290722 Archived-At: > From: Ihor Radchenko > Cc: Michael Albinus , Alan Mackenzie , > Stefan Kangas , Tassilo Horn , Akib > Azmain Turja , Emacs developers > Date: Sun, 05 Jun 2022 23:15:27 +0800 > > I've heard about the problem with loading multiple times and I do agree > that loading can be slow, especially when various kinds of extra > functionality is requested. However, I am wondering about the actual > numbers. How long is long? This: (benchmark-run 1 (load "org")) takes around 1.7 sec here, including 1.1 sec used by GC. This is in an unoptimized build of Emacs 29 on MS-Windows.