Hi,

my profiling when deleting a line from a table:

         650  43% + redisplay_internal (C function)
         521  35% - command-execute
         470  31%  - byte-code
         470  31%   - read-extended-command
         470  31%    - read-extended-command-1
         470  31%     - completing-read-default
         443  29%      + redisplay_internal (C function)
          11   0%      - timer-event-handler
          11   0%       - apply
           7   0%        + jinx--timer-handler
           4   0%        + org-element--cache-sync
          51   3%  - funcall-interactively
          34   2%   + org-kill-line
          17   1%   + next-line
         200  13%   Automatic GC
          57   3% + ...
          57   3% + timer-event-handler

Interestingly enough, this redisplay_internal function seems to be the real
pain. I think we need to switch to the main
emacs devel list here...

Best, /PA

On Thu, 7 Mar 2024 at 16:50, Pedro Andres Aranda Gutierrez <
paag...@gmail.com> wrote:

> Hi Ihor,
>
> same here and changing to text-properties didn't help making editing org
> files less bumpy and slow.
> I don't know if 886 lines is really very much... but that's my org-beamer
> size for a double lecture.
>
> Best, /PA
>
> On Thu, 7 Mar 2024 at 15:58, Bruno Cardoso <cardoso...@gmail.com> wrote:
>
>>
>> On 2024-03-07, 13:23 +0000, Ihor Radchenko <yanta...@posteo.net> wrote:
>>
>> > This is strange. `org-fold-core--property-symbol-get-create' should be
>> > very fast normally.
>> >
>> > A blind guess: do you have `org-fold-core-style' set to
>> 'text-properties?
>> >
>>
>> Hi Ihor,
>>
>> No, `org-fold-core-style' is set to 'overlays.
>>
>>
>
> --
> Fragen sind nicht da, um beantwortet zu werden,
> Fragen sind da um gestellt zu werden
> Georg Kreisler
>
> Headaches with a Juju log:
> unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
> a leader-deposed hook here, but we can't yet
>
>

-- 
Fragen sind nicht da, um beantwortet zu werden,
Fragen sind da um gestellt zu werden
Georg Kreisler

Headaches with a Juju log:
unit-basic-16: 09:17:36 WARNING juju.worker.uniter.operation we should run
a leader-deposed hook here, but we can't yet

Reply via email to