emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Convert README.org to plain text README while installing package


From: Ihor Radchenko
Subject: Re: Convert README.org to plain text README while installing package
Date: Sun, 05 Jun 2022 23:58:40 +0800

Eli Zaretskii <eliz@gnu.org> writes:

> For some more data point, I ran
>
>    (benchmark-run 1 (find-file "~/org/Plan.org"))
>
> Plan.org is a 1500-line file, so not very large, and it uses only very
> basic Org features: links to URLs.
>
> 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"))

Best,
Ihor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]