I “live in Emacs”, like most of us (atleast at work). It has been getting slower release on release, async support doesn’t seem to have been picked up by most packages and native-comp has made it more brittle.

Over this time, we moved from running the OS on hardware to running in VMs, so fractional slowdown was expected. But what I have is a few X slower Emacs. I had never seen Emacs take a minute to indent a few thousand lines, for example. Maybe some modes have slower code.

  • Life is Tetris@leminal.spaceOP
    link
    fedilink
    arrow-up
    5
    arrow-down
    2
    ·
    3 months ago

    What hardware/VM and OS are you running on? What kind of development do you do in Emacs?

    And, are you normalizing having to read the docs to have, for example, indent-region not be too slow?

    I agree native-comp shouldn’t be necessary, since Emacs wasn’t this slow until maybe Emacs 25 and they keep improving the Elisp interpreter. And we probably can’t expect the speed from before the CPU vulnerability mitigations and from running on hardware from any software running in VMs nowadays.

    What I see is much worse than that.