emacs-devel
[Top][All Lists]
Advanced

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

Re: master c59e878: Inhibit modification hooks when saving eieio-persist


From: Michael Heerdegen
Subject: Re: master c59e878: Inhibit modification hooks when saving eieio-persistent's
Date: Mon, 04 May 2020 23:36:14 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eric Abrahamsen <address@hidden> writes:

> ;; With modification hooks uninhibited (ie, reverting Michael's commit).
> (benchmark-run 100 (my-save-registry)) -> (1028.64836554 2801
> 537.1068782020001)
> (benchmark-run 100 (my-save-ebdb)) -> (51.585404029 134 20.779424303000003)
>
> ;; With modification hooks inhibited (Emacs master).
> (benchmark-run 100 (my-save-registry)) -> (989.206686569 2800 526.325465032)
> (benchmark-run 100 (my-save-ebdb)) -> (63.946958194 127 23.392065172000002)

`my-save-ebdb' is slower with modification hooks inhibited?

Anyway, the time differences are quite small.

Michael.



reply via email to

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