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
Mostly moved some code around.
Just to have it noted somewhere: The reason I'm rewriting the search to
use a Web Worker is for issue #15 (short search strings) and issue #26
(wildcard search), both of which take a long time and would otherwise
block the main UI thread.
Since I merged the Web Worker branch in 2c3bb38, short search strings are now allowed again because slow searches now display a progress bar instead of blocking the browser.
Edit: Since the branch info is no longer available: the worker branch was 5ea4fc4…2c3bb38
For example, "e" takes up to 5s on my machine, and "ea" takes ~1s.
Restrict search string length, or show spinner? Other optimizations possible?
The text was updated successfully, but these errors were encountered: