Closed armanbilge closed 1 year ago
Almost entirely code reshuffling, so that the search now executes on a worker and does not block the browser UI. Queries and results are now message-passed between the browser thread and the worker thread, so the search executes asynchronously.
Almost entirely code reshuffling, so that the search now executes on a worker and does not block the browser UI. Queries and results are now message-passed between the browser thread and the worker thread, so the search executes asynchronously.