Results 543 comments of ahrm

That's strange, with 40 files it should be instantaneous. Unfortunately I can not reproduce this issue, for me it is very fast even with 500 files. If you could build...

> Is there an easy way to profile what code is using all this time? Or am I better off just putting up with it? You can profile the code...

So is the performance issue fixed now? If not, I could add a config option to skip checking for the existence of files, but that would mean that we could...

The problem is the non-existent files might be temporarily non-existent. For example, in your case you might later re-open your google drive, or an external drive might be temporarily disconnected...

This is not currently possible though it is an interesting feature and I may add it at a future version. We do have regex_search support which maybe can be used...

Does the issue happen with all documents and all zoom levels? What happens if you zoom out such that the documents fills only half of the screen?

Does the issue happen in all PDF files? Does it happen when using mouse scroll wheel when `toggle_visual_scroll` is active?

Nevermind, I was able to reproduce the issue. Should be fixed in https://github.com/ahrm/sioyek/commit/2afd96d9fbbfe7251b50dce266a0e4be5411873f.

Unfortunately I can't reproduce this issue on my machines. Is there a specific action that causes this issue?

I guess this is a macos-specific issue because I can't reproduce it on my machines. If you can cherry-pick the commit that started this issue I might be able to...