-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typing get stuck sometimes during populating #216
Comments
At first glance I have only a tiny clue, however I can say for sure that your assumption is incorrect because icons are read and loaded in an asynchronous fashion by a different thread. Definitely not the bottleneck here.
|
Yes, it's probably something else than icons, just that's what I see loading when it freezes (it load dynamically, it's only the typing that's frozen). C: is an SSD. The formatting removes some backslashes. 😄 I've attached both files. Thanks. |
It's very probably due to the check made to filter out the matching The best workaround to this would be to add an |
|
I added the option but not sure if it helped. I'm typing at about same pace each time, can happen regardless if it's same sequence, like kkkkkkkk. Edit: oh, was that not an implemented option?, read your comment now. |
Yes, both settings are explained in the inline doc. [app]
exclude_nonexistent_local_files = no
exclude_nonexistent_remote_files = no Bear in mind that there may be some external application that interfere as well. Typically, an antivirus that locks the read-access to a file during its analysis, in which case KP has to wait for the file to be unlocked. |
Ok, maybe is Windows Defender that's locking then. Maybe can try disable it and see if anything changes . |
Sometimes when you type it gets stuck until it populates the list, maybe finishing reading icons, not sure.
When it's stuck it'll not update the typing until it's done, which can take some seconds at worst.
I understand it'll need to read from the disk and load all icons, but maybe if it could do that in another thread or similar so the typing won't be affected and whole program freezes. :)
I have 2 524 items in the catalog.
apps.ini
Windows 10 Pro x64 (15063) // Keypirinha 2.15.1
The text was updated successfully, but these errors were encountered: