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:27:37 +0300 Message-ID: <834k0z9lli.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> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="3235"; 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: yantar92@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 05 17:28:56 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 1nxsBS-0000an-FH for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 17:28:54 +0200 Original-Received: from localhost ([::1]:53556 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nxsBR-0005Js-A5 for ged-emacs-devel@m.gmane-mx.org; Sun, 05 Jun 2022 11:28:53 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:40558) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxsAQ-0004d7-Vq for emacs-devel@gnu.org; Sun, 05 Jun 2022 11:27:51 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:45144) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nxsAQ-0002dv-Cq; Sun, 05 Jun 2022 11:27:50 -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=GZBaRPoxmABxzjf7rfvBPhrryGClkBLe2Et9FNqi4O8=; b=WAY51Wa6Mqpe EX00Xm7TQKL4Kr+zJxSL050Jgsv9p9a7slM1Q3meBFjqe/PtN+zCT9mSn4c+z8mr81fk82ofe/JY6 7Zql0+9y3OpQhvZr9/iSvWpfX9xdCpsvw8C1ng8hnqvfEgt5coqawOjxVOKKCRuZZQXBYMDIT9QIo mVlNiAnpUS6niCK7JuLM/74U4xzhKI+NoTL84ankVs8j+tbEQWdFQgpHWTcgircOu830SYCAJLZ9L MLY971HYd8DdeXRg/+m4LPMtuOKdj6TIlSd4P3DM40CWnKQo9NDc4KD/eF+MGH7lMLdR4AEkT4E2n eW43v5EhhZe/oCFCdCSE+A==; Original-Received: from [87.69.77.57] (port=1601 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 1nxsAP-0006pj-Oh; Sun, 05 Jun 2022 11:27:50 -0400 In-Reply-To: <837d5v9lu7.fsf@gnu.org> (message from Eli Zaretskii on Sun, 05 Jun 2022 18:22:24 +0300) 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:290723 Archived-At: > Date: Sun, 05 Jun 2022 18:22:24 +0300 > From: Eli Zaretskii > Cc: luangruo@yahoo.com, michael.albinus@gmx.de, acm@muc.de, > stefan@marxist.se, tsdh@gnu.org, akib@disroot.org, emacs-devel@gnu.org > > 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. In an optimized build of Emacs 28 with native-compilation, the above takes 0.5 sec with about 0.1 sec used up by GC.