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
Invoking C-h o and then typing essentially anything is noticeably very laggy. I am using the dynamic submodule and hotfuzz-max-highlighted-completions is only 25.
If I remove hotfuzz and go back to orderless C-h o responds nearly instantly as I type. My guess is that hotfuzz isn't being interrupted properly upon new input? The completion backend is currently spaghetti to me so I don't know much else. I'd also note I saw considerable time in make-closure.
I compiled the submodule as follows (the same as documented in the repo readme):
Invoking
C-h o
and then typing essentially anything is noticeably very laggy. I am using the dynamic submodule andhotfuzz-max-highlighted-completions
is only 25.If I remove hotfuzz and go back to orderless
C-h o
responds nearly instantly as I type. My guess is that hotfuzz isn't being interrupted properly upon new input? The completion backend is currently spaghetti to me so I don't know much else. I'd also note I saw considerable time inmake-closure
.I compiled the submodule as follows (the same as documented in the repo readme):
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS=-march=native && cmake --build build
Hotfuzz cpu profile
Orderless cpu profile
The text was updated successfully, but these errors were encountered: