You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all, I found helm-gtags has very sluggish user experience when working on large project. Every since the user typing a word, it takes about 5~10s to get the result updated on the screen. Here is my experiment:
clone linux kernel: git clone --deptch https://github.com/torvalds/linux.git
cd into the project, and index everything using find -type f -name '*.[ch]' | gtags -f -
Open Emacs, M-x helm-gtags-find-tag and start searching:
I have recorded the whole process:
zpd0c-6nc8l.mp4
The text was updated successfully, but these errors were encountered:
Hi all, I found helm-gtags has very sluggish user experience when working on large project. Every since the user typing a word, it takes about 5~10s to get the result updated on the screen. Here is my experiment:
git clone --deptch https://github.com/torvalds/linux.git
cd
into the project, and index everything usingfind -type f -name '*.[ch]' | gtags -f -
helm-gtags-find-tag
and start searching:I have recorded the whole process:
zpd0c-6nc8l.mp4
The text was updated successfully, but these errors were encountered: