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