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 19:27:58 +0300 Message-ID: <83wndv848h.fsf@gnu.org> References: <87leuca7v7.fsf@disroot.org> <87czfopmsd.fsf@gnu.org> <87h74ztshe.fsf@gmx.de> <871qw31ois.fsf@yahoo.com> <878rqb5egg.fsf@localhost> <837d5v9lu7.fsf@gnu.org> <875ylf5d9p.fsf@localhost> <831qw39kpl.fsf@gnu.org> <83zgir85u9.fsf@gnu.org> <87zgir3xvz.fsf@localhost> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="15210"; 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 18:30:26 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 1nxt8z-0003oe-Vx for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 18:30:26 +0200 Original-Received: from localhost ([::1]:53392 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxt8y-0003JZ-Sb for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 12:30:24 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49338) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxt6r-0002Gu-9c for emacs-devel@gnu.org; Sun, 05 Jun 2022 12:28:13 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxt6q-0002lV-PY; Sun, 05 Jun 2022 12:28:12 -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=B+gHjH1pzYMyEEFHsio5tX2pCUhcx/QB52+nLw6DYBM=; b=SaW3wAhHN0Gb o/tJlLZaDCDsZEX1OCg1cRAJu5gLWp+0QOXSM8S0rz0rC91f0ZNIXuIUVtrIiGTbav89V9C9Lp2LU oaJGU0mTvtP3bnEODQ8euAo/u8fIX4Y/0H+sPzhaYJAjHP4OaKNROqRGo3AFymJtKSd/qY7By1j19 bT/g1Smyf2kKbntNFadxsQ934QC9iGXIZtsEJIiiLikl1x2Dkcy+UnZr0BCu7hCMi+/1Zx/TXzBw/ 7k47ZKM+FGV6MXF5CdB89BBEZddxRZ+cUzKwLqC5YeXy8E2j1/w12jC1DU8oqD+U98YTN1BJj6DtQ pxDKUT4BqFF9rUm1ZqKoRw==; Original-Received: from [87.69.77.57] (port=1322 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 1nxt6p-0001zG-GT; Sun, 05 Jun 2022 12:28:11 -0400 In-Reply-To: <87zgir3xvz.fsf@localhost> (message from Ihor Radchenko on Sun, 05 Jun 2022 23:58:40 +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:290734 Archived-At: > From: Ihor Radchenko > Cc: luangruo@yahoo.com, michael.albinus@gmx.de, acm@muc.de, > stefan@marxist.se, tsdh@gnu.org, akib@disroot.org, emacs-devel@gnu.org > Date: Sun, 05 Jun 2022 23:58:40 +0800 > > > The above tool 5.1 sec (3.1 of which in GC) in non-optimized Emacs 29 > > and 1.5 sec (0.4 in GC) in optimized Emacs 28. > > Does setting org-modules to nil prior opening the file change much for > you? > > (setq org-modules nil) > (benchmark-run 1 (find-file "~/org/Plan.org")) Yes, it cuts the time in more than half: only 2.0 sec out of 5.1, in the unoptimized build of Emacs 29.