cozydev-pink / protosearch

prototype search library in pure scala
https://cozydev-pink.github.io/protosearch/
Apache License 2.0
9 stars 6 forks source link

Run search in a JS worker #82

Closed armanbilge closed 1 year ago

armanbilge commented 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.