jdtsmith / indent-bars

Fast, configurable indentation guide-bars for Emacs
GNU General Public License v3.0
343 stars 14 forks source link

`indent-bars-display-on-blank-lines` hurt performance. #28

Closed jilen closed 10 months ago

jilen commented 10 months ago

With this option enabled. Emacs becomes significantly slower, especially editing large html files with web-mode.

jdtsmith commented 10 months ago

Yes, that's expected.

Is this with or without treesitter support enabled? If you want to run the profiler and report the results (interacting with indent-bars for a minute or so, say), I could take a look, but not sure much can be done, given all the replace-display properties needed for blank lines on large files.