|
From: | Stefan Monnier |
Subject: | Re: master c59e878: Inhibit modification hooks when saving eieio-persistent's |
Date: | Fri, 01 May 2020 18:03:05 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> I thought this would be obvious? The output always goes into a fresh > temp buffer the user never sees, and the goal is to speed things up. It's far from the only code which adds things to a temp buffer, yet we usually don't bind that var around such code because the speed difference is usually not significant. What kind of speed up have you noticed? Have you profiled it to see which change-functions slow us down (maybe we can disable them some other way, such as by using another major mode)? Have you tried to use `combine-change-calls`? Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |