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:15:27 +0800

Po Lu <luangruo@yahoo.com> writes:

> Hear, hear!
>
> It also takes a relatively long time to load Org mode, so opening a
> README.org-type file for the first time will always cause an annoying
> pause.

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?

Can you execute

(setq org-modules nil)
(benchmark-progn (find-file "/path/to/test.org"))

And share the results?

Using Emacs 28 and built-in Org, the above took
Elapsed time: 0.161496s (0.092033s in 12 GCs)
On my system.

I am not sure if it should be considered slow.

Best,
Ihor



reply via email to

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