emacs-php / emacs-php/php-mode
Slow editing inside large string
Open
Performance
Request
- Dominant language
- Emacs Lisp
- Stars
- 602
- Forks
- 117
- Avg merge
- 12h 54m
- Merged PRs (30d)
- 3
Description
In this example I made a string of 1000 lines `This is a $test`, and then typing on line 1000 becomes very slow:

The cpu profiler shows 65% goes to `font-lock-fontify-region`:

Does anybody know if there is a way to speed up the font locking?
Thanks a lot!
Contributor guide
Assessment
This issue has not been assessed yet.