emacsorphanage / helm-swoop

Efficiently hopping squeezed lines powered by Emacs helm interface
GNU General Public License v3.0
689 stars 55 forks source link

helm swoop is extremely slow in a buffer of 30000 lines #120

Closed amosbird closed 6 years ago

amosbird commented 6 years ago

Is there a way to improve the speed?

ShingoFukuyama commented 6 years ago

There is no easy way to handle such a big file on Emacs. I usually edit massive files on VSCode.

ShingoFukuyama commented 6 years ago

VSCode "Large file support" https://code.visualstudio.com/updates/v1_15#_large-file-support

ShingoFukuyama commented 6 years ago

This setting might help a little.

;;If nil, you can slightly boost invoke speed in exchange for text color
(setq helm-swoop-speed-or-color nil)